Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jun 6, 2024
1 parent 351d090 commit 3b46487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/app/processor/TaskActorCompanion.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class TaskActorCompanion @Inject() (
scheduleSyncGeneratorServices: ScheduleSyncGeneratorServicesProcessor,
syncGeneratorService: SyncGeneratorServiceProcessor,
email: EmailProcessor,
purgeOldDeleted: PurgeOldDeletedProcessor,
checkInvariants: CheckInvariantsProcessor,
) {

Expand All @@ -34,6 +35,7 @@ class TaskActorCompanion @Inject() (
case ScheduleSyncGeneratorServices => scheduleSyncGeneratorServices
case SyncGeneratorService => syncGeneratorService
case Email => email
case PurgeOldDeleted => purgeOldDeleted
case UNDEFINED(_) => sys.error(s"Undefined task type '$typ")
}
}
Expand Down

0 comments on commit 3b46487

Please sign in to comment.