Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed May 25, 2024
1 parent 7f57da9 commit b0ffdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_albeast_game_threads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize
end

def add_game?(game)
super(game) &&
super &&
game.dig('teams', 'away', 'team', 'division', 'id') == DIVISION_ID &&
game.dig('teams', 'home', 'team', 'division', 'id') == DIVISION_ID
end
Expand Down

0 comments on commit b0ffdfe

Please sign in to comment.