Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
event type fra heder?
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed May 25, 2023
1 parent 2deca59 commit c55616d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import no.nav.aap.api.søknad.minside.MinSideClient
class MellomlagringEventHandler(private val minside: MinSideClient) {

@ServiceActivator(inputChannel = STORAGE_CHANNEL)
fun håndter(h: MellomlagringsHendelse) =
fun handle(h: MellomlagringsHendelse) =
h.metadata?.let {
with(it) {
when(h.type) {
Expand Down

0 comments on commit c55616d

Please sign in to comment.