Skip to content

Commit

Permalink
Nytt forsøk på historikkvask
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Oct 13, 2023
1 parent 022dfb2 commit ba8ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/k9/los/K9Los.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fun Application.k9Los() {
val k9KlageTilLosAdapterTjeneste = koin.get<K9KlageTilLosAdapterTjeneste>()
k9KlageTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2023, 10, 13, 17, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2023, 10, 13, 18, 0))) {
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask()
koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
Expand Down

0 comments on commit ba8ac22

Please sign in to comment.