@overmap-ai/core 1.0.51-issue-types.0 → 1.0.51-issue-types.1
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/overmap-core.js
CHANGED
|
@@ -6609,7 +6609,7 @@ class IssueTypeService extends BaseApiService {
|
|
|
6609
6609
|
store.dispatch(addIssueType(offlineIssueType));
|
|
6610
6610
|
const promise = this.enqueueRequest({
|
|
6611
6611
|
method: HttpMethod.POST,
|
|
6612
|
-
url: `/organizations/${activeOrganizationId}/
|
|
6612
|
+
url: `/organizations/${activeOrganizationId}/issue-types/`,
|
|
6613
6613
|
// Sending only whats needed here
|
|
6614
6614
|
payload: {
|
|
6615
6615
|
offline_id: offlineIssueType.offline_id,
|