Skip to content

Commit

Permalink
F - Logger om det er gjenny info ved add sed
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Apr 25, 2024
1 parent e7f0430 commit 8a51b42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class PrefillController(
"aktoerId: ${request.aktoerId} " +
"sakId: ${request.sakId} " +
"vedtak: ${request.vedtakId}" +
"institusjoner: ${request.institutions}"

"institusjoner: ${request.institutions}",
"gjenny: ${request.gjenny}"
)

if (request.buc == null) throw ResponseStatusException(HttpStatus.BAD_REQUEST, "Mangler Buc")
Expand Down

0 comments on commit 8a51b42

Please sign in to comment.