@overmap-ai/core 1.0.51-issue-types.1 → 1.0.51-issue-types.2

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.
@@ -6683,7 +6683,7 @@ class IssueTypeService extends BaseApiService {
6683
6683
  }
6684
6684
  const result = await this.enqueueRequest({
6685
6685
  method: HttpMethod.GET,
6686
- url: `/organizations/${activeOrganizationId}/issue_types/`,
6686
+ url: `/organizations/${activeOrganizationId}/issue-types/`,
6687
6687
  blockers: [],
6688
6688
  blocks: []
6689
6689
  });