Skip to content

Commit

Permalink
Use correct date in mottattKlageinstans in Kafka message.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 10, 2024
1 parent 149ae92 commit 977814b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class CreateBehandlingFromMottak(
detaljer = BehandlingDetaljer(
ankebehandlingOpprettet =
AnkebehandlingOpprettetDetaljer(
mottattKlageinstans = ankebehandling.created
mottattKlageinstans = ankebehandling.mottattKlageinstans
)
)
)
Expand Down

0 comments on commit 977814b

Please sign in to comment.