Skip to content

Commit

Permalink
🔥 Trenger ikke en tom catch-blokk
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Jun 18, 2024
1 parent 95e4881 commit 416897c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import no.nav.helse.mediator.oppgave.OppgaveMapper.tilBehandledeOppgaver
import no.nav.helse.mediator.oppgave.OppgaveMapper.tilDatabaseversjon
import no.nav.helse.mediator.oppgave.OppgaveMapper.tilEgenskaperForVisning
import no.nav.helse.mediator.oppgave.OppgaveMapper.tilOppgaverTilBehandling
import no.nav.helse.modell.ManglerTilgang
import no.nav.helse.modell.MeldingDao
import no.nav.helse.modell.Modellfeil
import no.nav.helse.modell.oppgave.Egenskap
Expand Down Expand Up @@ -358,10 +357,7 @@ internal class OppgaveService(
ident = saksbehandlerFraDatabase.ident,
tilgangskontroll = tilgangskontroll,
)
try {
oppgave.forsøkTildelingVedReservasjon(saksbehandler)
} catch (_: ManglerTilgang) {
}
oppgave.forsøkTildelingVedReservasjon(saksbehandler)
}

fun harFerdigstiltOppgave(vedtaksperiodeId: UUID) = oppgaveDao.harFerdigstiltOppgave(vedtaksperiodeId)
Expand Down

0 comments on commit 416897c

Please sign in to comment.