Skip to content

Commit

Permalink
Deleting unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Sep 10, 2024
1 parent 7fed86c commit 3107813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/check_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ def initialize(options, file = nil, team_id = Team.current&.id)
'fact_check_published_on' => 'fact_check_published_on'
}

def set_option(key, value)
@options[key] = value
end

def team_condition(team_id = nil)
if feed_query?
feed_teams = @options['feed_team_ids'].is_a?(Array) ? (@feed.team_ids & @options['feed_team_ids']) : @feed.team_ids
Expand Down

0 comments on commit 3107813

Please sign in to comment.