Skip to content

Commit

Permalink
Fjern typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Nov 1, 2024
1 parent df542f4 commit 638dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/oppfolgingAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const fetchOppfolging = (fnr: string | undefined): Promise<OppfolgingStat
postAsJson(`${OPPFOLGING_BASE_URL}/v3/oppfolging/hent-status`, fnr ? { fnr } : undefined);

export const fetchMal = (fnr: string | undefined): Promise<Mal> =>
postAsJson(`${OPPFOLGING_BASE_URL}/v3/git phent-maal`, fnr ? { fnr } : undefined);
postAsJson(`${OPPFOLGING_BASE_URL}/v3/hent-maal`, fnr ? { fnr } : undefined);

export const fetchMalListe = (fnr: string | undefined): Promise<Mal[]> =>
postAsJson(`${OPPFOLGING_BASE_URL}/v3/maal/hent-alle`, fnr ? { fnr } : undefined);
Expand Down

0 comments on commit 638dde4

Please sign in to comment.