Skip to content

Commit

Permalink
NHL: Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobErskine committed Dec 3, 2024
1 parent 481135b commit 4eca4b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/nhl/src/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ export function getScoreColor(game: Game, team: "Home" | "Away"): Color.Green |
}

export function getLanguageKey() {

//const language = preferences.language as "default" | "fr";
//const languageKey = language === "fr" ? "fr" : "default";
//return languageKey;
Expand Down

0 comments on commit 4eca4b9

Please sign in to comment.