Skip to content

Commit bc031f7

Browse files
Gustav Lillesæteravoldsund
andcommitted
endre eventName
Co-authored-by: avoldsund <[email protected]>
1 parent 75ef08e commit bc031f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ fun main() {
8282
}
8383

8484
val melding = Message(
85-
UUID.randomUUID(),
86-
"hm-ordrelinje",
87-
LocalDateTime.now(),
88-
validJson.accountNumber,
89-
validJson
85+
eventId = UUID.randomUUID(),
86+
eventName = "hm-nyOrdrelinje",
87+
opprettet = LocalDateTime.now(),
88+
fnrBruker = validJson.accountNumber,
89+
data = validJson
9090
)
9191

9292
// Publish the received json to our rapid

0 commit comments

Comments
 (0)