Merge pull request #4218 from betagouv/fix_after_party_task
Corrige une tache after party
This commit is contained in:
commit
9f481e3a4d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace :after_party do
|
|||
|
||||
begin
|
||||
pp.save!
|
||||
rescue ActiveRecord::RecordInvalid
|
||||
rescue StandardError
|
||||
end
|
||||
end
|
||||
AfterParty::TaskRecord.create version: '20190819100424'
|
||||
|
|
Loading…
Reference in a new issue