Skip to content

Commit

Permalink
Historikkvask punsj
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolstad committed Jan 8, 2025
1 parent 57785ab commit 52d3bda
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 @@ -114,7 +114,7 @@ fun Application.k9Los() {
val k9TilbakeTilLosAdapterTjeneste = koin.get<K9TilbakeTilLosAdapterTjeneste>()
k9TilbakeTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 12, 17, 19, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2025, 1, 8, 19, 0))) {
if (1 == 0) { //HAXX for å ikke kjøre jobb, men indikere at koden er i bruk og dermed ikke slettes
//koin.get<ReservasjonKonverteringJobb>().kjørReservasjonskonvertering() //TODO slette
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask() //TODO slette
Expand Down

0 comments on commit 52d3bda

Please sign in to comment.