Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sglkc committed Oct 13, 2024
1 parent e604abc commit cc94c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run(cookie, games=latestGames) {
log('debug', `\n----- CHECKING IN FOR ${game} -----`)

if (!(game in endpoints)) {
log('error', `Game ${arg} is invalid. Available games are: zzz, gi, hsr, hi3, and tot`)
log('error', `Game ${game} is invalid. Available games are: zzz, gi, hsr, hi3, and tot`)
continue
}

Expand Down

0 comments on commit cc94c0f

Please sign in to comment.