Skip to content

Commit

Permalink
Merge pull request #226 from mkreiser/fix-docs
Browse files Browse the repository at this point in the history
Fix NFLGame JSDoc
  • Loading branch information
mkreiser authored Sep 2, 2023
2 parents 4cae8ab + b602958 commit c6d4ee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nfl-game/nfl-game.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class NFLGame extends BaseObject {
* @property {Date} startTime The date and time when the game starts in Eastern Time.
* @property {number} quarter The quarter the game is in.
* @property {string} clock The current game clock formatted as MM:SS.
* @property {string} odds The odds for the game formatted as "TEAM_ABBREV LINE". NOTE: These
* may only display for the current week.
* @property {string} broadcaster Who is broadcasting the game on TV.
*
* @property {string} gameStatus Whether or not the game has not started, is in progress, or has
Expand Down

0 comments on commit c6d4ee9

Please sign in to comment.