Skip to content

Commit

Permalink
Merge pull request #182 from hmrc/DL-12775-2
Browse files Browse the repository at this point in the history
DL-12775 Dependency upgrade fix
  • Loading branch information
Daveo-G authored Jun 19, 2024
2 parents eb5be22 + d41bb53 commit cedf873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/ScheduledJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trait ScheduledJob extends Logging {
val actorSystem: ActorSystem
val jobName: String

lazy val scheduler: QuartzSchedulerExtension = QuartzSchedulerExtension.get(actorSystem)
lazy val scheduler: QuartzSchedulerExtension = QuartzSchedulerExtension(actorSystem)

lazy val schedulingActorRef: ActorRef = actorSystem.actorOf(SchedulingActor.props)

Expand Down

0 comments on commit cedf873

Please sign in to comment.