Skip to content

Commit

Permalink
CV2-5935: apply PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Jan 22, 2025
1 parent 8982325 commit 5a7949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/fact_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def update_item_status
end
# update related items status
Relationship.confirmed.where(source_id: pm.id).find_each do |r|
Relationship.delay_for(2.seconds, { queue: 'smooch_priority'}).inherit_status_and_send_report(r.id)
Relationship.delay_for(2.seconds, { queue: 'smooch'}).inherit_status_and_send_report(r.id)
end
end
end
Expand Down

0 comments on commit 5a7949f

Please sign in to comment.