Skip to content

Commit

Permalink
IS-2732: Oppdatere spesifikk behandler fra Adresseregisteret (done) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe authored Oct 22, 2024
1 parent c5a2849 commit 74ce9e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/no/nav/syfo/cronjob/CronjobModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import no.nav.syfo.cronjob.leaderelection.LeaderPodClient
import no.nav.syfo.dialogmelding.DialogmeldingService
import no.nav.syfo.dialogmelding.cronjob.DialogmeldingStatusCronjob
import no.nav.syfo.dialogmelding.status.DialogmeldingStatusService
import java.util.UUID

fun cronjobModule(
applicationState: ApplicationState,
Expand Down Expand Up @@ -54,7 +53,7 @@ fun cronjobModule(
behandlerService = behandlerService,
fastlegeClient = fastlegeClient,
syfohelsenettproxyClient = syfohelsenettproxyClient,
behandlerToBeUpdated = listOf(UUID.fromString("3f5c938d-b16a-4474-a294-9e121e7efd17"))
behandlerToBeUpdated = emptyList(),
)

listOf(
Expand Down

0 comments on commit 74ce9e8

Please sign in to comment.