Skip to content

Commit

Permalink
Vil fjerne falske positive warnings (på alle ferdigstilte behandlinge…
Browse files Browse the repository at this point in the history
…r) (#2484)
  • Loading branch information
ma10s authored Dec 20, 2023
1 parent 2dd1bb0 commit bcae6d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ class OppgaveController(
behandlingId,
setOf(Oppgavetype.BehandleSak, Oppgavetype.BehandleUnderkjentVedtak, Oppgavetype.GodkjenneVedtak),
)
when (oppgave) {
null -> logger.warn("Finner ikke oppgave for behandlingId=$behandlingId")
}

return Ressurs.success(tilordnetRessursService.utledAnsvarligSaksbehandlerForOppgave(oppgave))
}
Expand Down

0 comments on commit bcae6d2

Please sign in to comment.