Skip to content

Commit

Permalink
IS-2732: Oppdatere spesifikk behandler fra Adresseregisteret
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 22, 2024
1 parent c5a2849 commit 2d62761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/cronjob/CronjobModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 2d62761

Please sign in to comment.