diff --git a/app/workers/destruct_status_worker.rb b/app/workers/destruct_status_worker.rb index 6a3971220..71f7cde45 100644 --- a/app/workers/destruct_status_worker.rb +++ b/app/workers/destruct_status_worker.rb @@ -10,6 +10,7 @@ class DestructStatusWorker destructing_status.destroy! RemoveStatusService.new.call(destructing_status.status) + true rescue ActiveRecord::RecordNotFound, ActiveRecord::RecordInvalid true end