dirk-cfx-react 1.1.31 → 1.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -237,12 +237,6 @@ var useSettings = create(() => ({
237
237
  "#0b33ff"
238
238
  ]
239
239
  }));
240
- registerInitialFetch("GET_SETTINGS", void 0).then((data) => {
241
- console.log("Fetched settings:", data);
242
- useSettings.setState({
243
- ...data
244
- });
245
- });
246
240
 
247
241
  // src/utils/fetchNui.ts
248
242
  async function fetchNui(eventName, data, mockData) {