Skip to content

Commit fddf47a

Browse files
committed
legg til import for post
1 parent dc5c20d commit fddf47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/modiaContextHolder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { putAsJson } from './utils';
1+
import { postAsJson } from './utils';
22
import { MODIA_CONTEXT_BASE_URL, VEILARBLEST_BASE_URL } from '../environment';
33

44
export const lastAltPaaNyttMedNyBruker = (fnr: string): Promise<void> => postAsJson(`${MODIA_CONTEXT_BASE_URL}/context`, {eventType: "NY_AKTIV_BRUKER", verdi: fnr});

0 commit comments

Comments
 (0)