Merge pull request #4218 from betagouv/fix_after_party_task

Corrige une tache after party
This commit is contained in:
LeSim 2019-08-20 14:44:02 +02:00 committed by GitHub
commit 9f481e3a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ namespace :after_party do
begin
pp.save!
rescue ActiveRecord::RecordInvalid
rescue StandardError
end
end
AfterParty::TaskRecord.create version: '20190819100424'