Skip to content

Commit

Permalink
hydrate freeGame for today’s games component
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed Jul 17, 2024
1 parent 5c438c9 commit 73fb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/baseballbot/templates/components/todays_games.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Components
class TodaysGames
include MarkdownHelpers

TODAYS_GAMES_HYDRATE = 'game(content(summary)),linescore,flags,team'
TODAYS_GAMES_HYDRATE = 'game(content(media(epg),summary)),linescore,flags,team'

TODAYS_GAMES_SQL = <<~SQL
SELECT post_id, game_pk, name
Expand Down

0 comments on commit 73fb370

Please sign in to comment.