Skip to content

Commit 0210147

Browse files
committed
Legg til default value for Oppfolging.Status
Fikser serialiseringsfeil om feltet mangler fra veilarb.
1 parent b297564 commit 0210147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/api/oppfolging/OppfolgingClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class OppfolgingClient(
1414
) {
1515
@Serializable
1616
class Status(
17-
val erUnderOppfolging: Boolean?,
17+
val erUnderOppfolging: Boolean? = null,
1818
)
1919

2020
@Serializable

0 commit comments

Comments
 (0)