Skip to content

Commit

Permalink
once the season is over, this is nil
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed Oct 9, 2023
1 parent 494bf61 commit ed5fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_sunday_game_threads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def sunday_games(date)
sportId: 1,
date: date.strftime('%m/%d/%Y'),
hydrate: 'game(content(media(epg)))'
).dig('dates', 0, 'games')
).dig('dates', 0, 'games') || []
end

def espn_game?(game)
Expand Down

0 comments on commit ed5fd62

Please sign in to comment.