@overmap-ai/core 1.0.58-sign-up-hotfix.3 → 1.0.58-sign-up-hotfix.4

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.
@@ -8013,7 +8013,7 @@ var __publicField = (obj, key, value) => {
8013
8013
  store.dispatch(setIsFetchingInitialData(false));
8014
8014
  }
8015
8015
  }
8016
- async create(name) {
8016
+ create(name) {
8017
8017
  return this.client.enqueueRequest({
8018
8018
  description: "Create organization",
8019
8019
  method: HttpMethod.POST,