Skip to content

Commit 386daa5

Browse files
author
Gustav Lillesæter
committed
fix type for parsing av oebs data
1 parent 8fa7cd2 commit 386daa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ data class Statusinfo(
115115
@Json(name = "OrdreNumber")
116116
val ordreNumber: Int,
117117
@Json(name = "LineNumber")
118-
val lineNUmber: String,
118+
val lineNUmber: Int,
119119
@Json(name = "Description")
120120
val description: String,
121121
@Json(name = "CategoryDescription")

0 commit comments

Comments
 (0)