Skip to content

Commit

Permalink
Matcher enum med backend
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingjd committed Oct 24, 2024
1 parent c8e1124 commit a0f5b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/types/types.internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ export enum JournalpostStatusType {
}

export enum OppgaveStatusType {
AVVENTER_JOURNALFØRING = 'AVVENTER_JOURNALFØRING',
AVVENTER_JOURNALFØRING = 'AVVENTER_JOURNALFORING',
AVVENTER_SAKSBEHANDLER = 'AVVENTER_SAKSBEHANDLER',
TILDELT_SAKSBEHANDLER = 'TILDELT_SAKSBEHANDLER',
TILDELT_GODKJENNER = 'TILDELT_GODKJENNER',
Expand Down

0 comments on commit a0f5b79

Please sign in to comment.