Skip to content

Commit

Permalink
🚑️ Hopper over en kommandokjede_påminnelse
Browse files Browse the repository at this point in the history
Co-authored-by: Øydis Kind Refsum <[email protected]>
  • Loading branch information
elitho and oydisrefsum committed Aug 21, 2024
1 parent 39b104f commit 5da31b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ internal class KommandokjedePåminnelseRiver(
packet: JsonMessage,
context: MessageContext,
) {
if (packet["meldingId"].asText() == "94db80bb-9e4a-4c5e-8e88-23a1137a3bab") return

val meldingId = UUID.fromString(packet["@id"].asText())
logg.info(
"Mottok kommandokjede_påminnelse med {}",
Expand Down

0 comments on commit 5da31b1

Please sign in to comment.