about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/workers/destruct_status_worker.rb1
1 files changed, 1 insertions, 0 deletions
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