We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40dc9b commit c4337d9Copy full SHA for c4337d9
app/src/main/kotlin/no/nav/tiltakspenger/vedtak/App.kt
@@ -58,10 +58,8 @@ fun main() {
58
TaskExecutor.startJob(
59
runCheckFactory = runCheckFactory,
60
tasks =
61
- listOf { correlationId ->
+ listOf { _ ->
62
applicationContext.utbetalingContext.opprettUtbetalingsvedtakService.opprettUtbetalingsvedtak()
63
- applicationContext.utbetalingContext.sendUtbetalingerService.send(correlationId)
64
- applicationContext.utbetalingContext.journalførUtbetalingsvedtakService.send(correlationId)
65
},
66
)
67
0 commit comments