Skip to content

Commit

Permalink
Starte reservasjonkonvertering i Q
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Jan 16, 2024
1 parent 02b9f1d commit 7a793bf
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(2024, 1, 16, 12, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 1, 16, 14, 0))) {
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask()
//koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
//koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
Expand Down

0 comments on commit 7a793bf

Please sign in to comment.