Skip to content

[COMP-825] moved track-api call to compliance-api#769

Merged
Ckoelewyn merged 2 commits intobcgov:developfrom
Ckoelewyn:COMP-825
Mar 3, 2026
Merged

[COMP-825] moved track-api call to compliance-api#769
Ckoelewyn merged 2 commits intobcgov:developfrom
Ckoelewyn:COMP-825

Conversation

@Ckoelewyn
Copy link
Collaborator

No description provided.

/** FETCH First Nations from Compliance API (proxied from TRACK API) */
const fetchFirstNations = (): Promise<FirstNation[]> => {
return requestTrackAPI({ url: "/indigenous-nations", params: { is_active: true } });
return request({ url: "/first-nations", params: { is_active: true } });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_active parameter is ignored in first nation resource. if we need we should pass it through to the track service, or remove it from the call here.

@Ckoelewyn Ckoelewyn requested a review from tolkamps1 March 3, 2026 18:52
@Ckoelewyn Ckoelewyn merged commit 390999b into bcgov:develop Mar 3, 2026
8 checks passed
@Ckoelewyn Ckoelewyn deleted the COMP-825 branch March 3, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants