@overmap-ai/core 1.0.58-sign-up-hotfix.2 → 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.
@@ -8023,8 +8023,8 @@ class OrganizationService extends BaseApiService {
8023
8023
  store.dispatch(setIsFetchingInitialData(false));
8024
8024
  }
8025
8025
  }
8026
- async create(name) {
8027
- return await this.client.enqueueRequest({
8026
+ create(name) {
8027
+ return this.client.enqueueRequest({
8028
8028
  description: "Create organization",
8029
8029
  method: HttpMethod.POST,
8030
8030
  url: "/organizations/",