File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
app/src/main/kotlin/no/nav/hjelpemidler/soknad/db/rapportering Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class ManglendeBrukerbekreftelse(
105105 )
106106 }
107107
108- fun nesteKj øring (): LocalDateTime = LocalDateTime .now(clock).plusDays(1 ).withHour(1 ).withMinute(0 )
108+ fun nesteKj øring (): LocalDateTime = LocalDateTime .now(clock).plusMinutes( 10 ) // LocalDateTime.now(clock). plusDays(1).withHour(1).withMinute(0)
109109}
110110
111111const val TITTEL_VARSEL_BRUKERBEKREFTELSE = " Hjelpemiddelsaker som venter på signatur fra innbygger"
Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ class GraphEpost(
4242 return
4343 }
4444
45- // TODO skru på epostutsending etter dry-run validering
46- val mottakerHash = mottaker.hashCode()
47- log.info { " Hopper over epostvarsel til $mottakerHash i dry-run." }
48- // client.sendEpost(request, avsender)
45+ client.sendEpost(request, avsender)
4946 }
5047}
5148
You can’t perform that action at this time.
0 commit comments