Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Workaround for importproblem med metrikkklient.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Aug 22, 2023
1 parent 453a592 commit e1ca7cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/metrikker/iatjenester.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import { BASE_PATH } from '../konstanter';
import {

const {
getIaMetrikkerApiUrl,
MetrikkKilde,
MetrikkType,
sendIaMetrikk,
} from '@navikt/ia-metrikker-client';
// eslint-disable-next-line @typescript-eslint/no-var-requires
} = require('@navikt/ia-metrikker-client');

export const sendIaTjenesteMetrikk = async (orgnr: string) => {
return sendIaMetrikk(
Expand Down

0 comments on commit e1ca7cc

Please sign in to comment.