Skip to content
Snippets Groups Projects
Commit 5639c62b authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg Committed by Z.J. van de Weg
Browse files

Quote class name in case it gets destroyed

parent 19b87fb4
No related branches found
No related tags found
No related merge requests found
Loading
@@ -19,7 +19,7 @@ class RequeuePendingDeleteProjects < ActiveRecord::Migration
Loading
@@ -19,7 +19,7 @@ class RequeuePendingDeleteProjects < ActiveRecord::Migration
   
args = ids.map { |id| [id['id'], admin.id, {}] } args = ids.map { |id| [id['id'], admin.id, {}] }
   
Sidekiq::Client.push_bulk('class' => ProjectDestroyWorker, 'args' => args) Sidekiq::Client.push_bulk('class' => "ProjectDestroyWorker", 'args' => args)
   
@offset += 1 @offset += 1
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment