make sure self-destructing roar worker exits successfully

staging
multiple creatures 2019-07-26 18:01:24 -05:00
parent cfb28743fa
commit aaa207284a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class DestructStatusWorker
destructing_status.destroy!
RemoveStatusService.new.call(destructing_status.status)
true
rescue ActiveRecord::RecordNotFound, ActiveRecord::RecordInvalid
true
end