Skip to content

Commit c4337d9

Browse files
benedihmhestad
andcommitted
B Fjern jobber på utbetalinger og journalføringer av utbetalinger
Co-authored-by: John Andre Hestad <[email protected]>
1 parent a40dc9b commit c4337d9

File tree

1 file changed

+1
-3
lines changed
  • app/src/main/kotlin/no/nav/tiltakspenger/vedtak

1 file changed

+1
-3
lines changed

app/src/main/kotlin/no/nav/tiltakspenger/vedtak/App.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ fun main() {
5858
TaskExecutor.startJob(
5959
runCheckFactory = runCheckFactory,
6060
tasks =
61-
listOf { correlationId ->
61+
listOf { _ ->
6262
applicationContext.utbetalingContext.opprettUtbetalingsvedtakService.opprettUtbetalingsvedtak()
63-
applicationContext.utbetalingContext.sendUtbetalingerService.send(correlationId)
64-
applicationContext.utbetalingContext.journalførUtbetalingsvedtakService.send(correlationId)
6563
},
6664
)
6765

0 commit comments

Comments
 (0)