Skip to content

Commit

Permalink
DL-12775 Dependency upgrade fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naglisr committed Jun 18, 2024
1 parent eb5be22 commit d41bb53
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 d41bb53

Please sign in to comment.