Skip to content

Commit

Permalink
Legger til manglende comma i payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Apr 15, 2024
1 parent 768fca3 commit 43147fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@ class K9SakServiceImpl(
[{
"saksnummer": "$saksnummer",
"journalpostId": "$journalpostId",
"ytelseType": "${fagsakYtelseType.kode}"
"ytelseType": "${fagsakYtelseType.kode}",
"kanalReferanse": "$callId",
"type": "${brevkode.kode}",
"forsendelseMottattTidspunkt": "$forsendelseMottattTidspunkt",
"forsendelseMottatt": "${forsendelseMottattTidspunkt.toLocalDate()}",
"payload": "${Base64.getUrlEncoder().encodeToString(søknadJson.toString().toByteArray())}"
}]
"""
""".trimIndent()
else
"""
[{
Expand Down

0 comments on commit 43147fb

Please sign in to comment.