Skip to content

Commit

Permalink
Fjerne kommentarer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Nov 27, 2024
1 parent 5d95fd4 commit c31e77a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class OppgaveService(
) {
private val logger: Logger = LoggerFactory.getLogger(this.javaClass.name)

// TODO: hvorfor ikke ha med oppgavetype?
fun finnOppgaverForBruker(
bruker: SaksbehandlerMedEnheterOgRoller,
oppgaveStatuser: List<String>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import io.ktor.server.response.respond
import io.ktor.server.routing.Route
import io.ktor.server.routing.post
import io.ktor.server.routing.route
import no.nav.etterlatte.common.Enheter
import no.nav.etterlatte.libs.ktor.route.BEHANDLINGID_CALL_PARAMETER
import no.nav.etterlatte.libs.ktor.route.SAKID_CALL_PARAMETER
import no.nav.etterlatte.libs.ktor.route.sakId
Expand All @@ -25,7 +24,6 @@ fun Route.automatiskBehandlingRoutes(

post("/{$SAKID_CALL_PARAMETER}/{$BEHANDLINGID_CALL_PARAMETER}/automatisk") {
withBehandlingId(behandlingKlient, skrivetilgang = true) { behandlingId ->
Enheter.defaultEnhet
logger.info("Håndterer behandling $behandlingId")
val nyttVedtak =
service.vedtakStegvis(behandlingId, sakId, brukerTokenInfo, MigreringKjoringVariant.FULL_KJORING)
Expand Down

0 comments on commit c31e77a

Please sign in to comment.