Fix test
This commit is contained in:
parent
4b6103d618
commit
2af34ac0d9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class FeedInsertWorker
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue