Skip to content

Commit

Permalink
Add 'LUKKET'-type to AktivitetspliktStatus-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
torchr89 committed Nov 12, 2023
1 parent c0013e4 commit 33394d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/api/dto/Aktivitetsplikt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package no.nav.syfo.api.dto
import java.time.LocalDateTime

enum class AktivitetspliktStatus {
NY, NY_VURDERING, AVVENT, UNNTAK, OPPFYLT, AUTOMATISK_OPPFYLT, FORHANDSVARSEL, IKKE_OPPFYLT, IKKE_AKTUELL
NY, NY_VURDERING, AVVENT, UNNTAK, OPPFYLT, AUTOMATISK_OPPFYLT, FORHANDSVARSEL, IKKE_OPPFYLT, IKKE_AKTUELL, LUKKET
}

data class Aktivitetsplikt(
Expand Down

0 comments on commit 33394d0

Please sign in to comment.