Skip to content

Commit

Permalink
test missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad committed Jan 28, 2025
1 parent c168740 commit e943342
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/api/types/personoversiktTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export enum Oppfolgingsgrunn {
FRISKMELDING_TIL_ARBEIDSFORMIDLING = 'FRISKMELDING_TIL_ARBEIDSFORMIDLING',
VURDER_14A = 'VURDER_14A',
VURDER_ANNEN_YTELSE = 'VURDER_ANNEN_YTELSE',
SAMTALE_MED_BRUKER = 'SAMTALE_MED_BRUKER',
ANNET = 'ANNET',
}

Expand Down Expand Up @@ -155,10 +154,6 @@ export const oppfolgingsgrunnToString: Record<
long: 'Vurder annen ytelse',
short: 'Vurder annen ytelse',
},
[Oppfolgingsgrunn.SAMTALE_MED_BRUKER]: {
long: 'Samtale med bruker',
short: 'Samtale med bruker',
},
[Oppfolgingsgrunn.ANNET]: {
long: 'Annet',
short: 'Annet',
Expand Down

0 comments on commit e943342

Please sign in to comment.