Skip to content
Snippets Groups Projects
Commit 39614072 authored by Jan Provaznik's avatar Jan Provaznik
Browse files

fixed condition check

parent cdd7dfc4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -66,7 +66,7 @@ module ObjectStorage
# For FileUploaders, model may have many uploaders. In that case
# we want to use exclusive key per upload, not per model to allow
# parallel migration
key_object = upload ? upload : model
key_object = upload || model
 
"object_storage_migrate:#{key_object.class}:#{key_object.id}"
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