fix missing rename
This commit is contained in:
parent
8d75722392
commit
969d5625c8
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ class ExpiredDossiersDeletionJob < ApplicationJob
|
|||
queue_as :cron
|
||||
|
||||
def perform(*args)
|
||||
ExpiredDossiersDeletionService.process_dossiers_brouillon
|
||||
ExpiredDossiersDeletionService.process_expired_dossiers_brouillon
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue