Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Dec 4, 2024
1 parent 4b6103d commit 2af34ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/feed_insert_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def perform(status_id, id, type = 'home', options = {})
check_and_insert
end

perform_notify_for_list if !feed_filtered? && notify_for_list?
perform_notify_for_list if !feed_filter && notify_for_list?
rescue ActiveRecord::RecordNotFound
true
end
Expand Down

0 comments on commit 2af34ac

Please sign in to comment.