Merge pull request #4924 from betagouv/fix_brouillon_deletion

fix missing rename
This commit is contained in:
Keirua 2020-03-20 22:51:26 +01:00 committed by GitHub
commit 84c54f7271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,6 @@ class ExpiredDossiersDeletionJob < ApplicationJob
queue_as :cron
def perform(*args)
ExpiredDossiersDeletionService.process_dossiers_brouillon
ExpiredDossiersDeletionService.process_expired_dossiers_brouillon
end
end