Skip to content

Commit

Permalink
šŸš‘ļø Ignorerer pĆ„minnelse pĆ„ avsluttet periode
Browse files Browse the repository at this point in the history
Co-authored-by: Ƙydis Kind Refsum <[email protected]>
  • Loading branch information
oyvindhagen and oydisrefsum committed Sep 9, 2024
1 parent e1647f3 commit 29d19e0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ internal class KommandokjedePĆ„minnelseRiver(
context: MessageContext,
) {
val meldingId = UUID.fromString(packet["@id"].asText())
if (meldingId == UUID.fromString("4dd83d27-3423-4055-ae9a-4bf6b24b3fae")) {
return
}
logg.info(
"Mottok kommandokjede_pƄminnelse med {}",
StructuredArguments.keyValue("meldingId", meldingId),
Expand Down

0 comments on commit 29d19e0

Please sign in to comment.