Skip to content

Commit

Permalink
Historikkvask k9sak for feltet tidFørsteGangHosBeslutter
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolstad committed Jan 16, 2025
1 parent b97dc93 commit 0fb5fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/no/nav/k9/los/K9Los.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ fun Application.k9Los() {
koin.get<Aktivvask>().kjørAktivvask()
koin.get<K9PunsjTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9TilbakeTilLosHistorikkvaskTjeneste>().kjørHistorikkvask(pauseHvisDagtid = true)
koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask(pauseHvisDagtid = true)
koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
}
koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask(pauseHvisDagtid = true)
}

install(Authentication) {
Expand Down

0 comments on commit 0fb5fee

Please sign in to comment.