lib/sportradar/api/football/game.rb in sportradar-api-0.11.1 vs lib/sportradar/api/football/game.rb in sportradar-api-0.11.3

- old
+ new

@@ -259,10 +259,10 @@ if quarter > 5 "#{quarter - 4}OT" elsif quarter == 5 'OT' else - "Q#{quarter}" + "#{quarter}Q" end end def postponed? 'postponed' == status