Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
fix game status
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Dec 6, 2016
1 parent e2f8997 commit 6e96a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/models/GameStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GameStatus.initEnum({
HALFTIME: {
nbaStatsGameStatus: 'Halftime'
},
FINAl: {
FINAL: {
nbaStatsGameStatus: 3,
},
});

0 comments on commit 6e96a0c

Please sign in to comment.