fix var name
This commit is contained in:
parent
792f0d4c31
commit
35f24171bc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function loadGame(gameId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function persistGames() {
|
function persistGames() {
|
||||||
for (const gameId of Object.keys(changedGames)) {
|
for (const gameId of Object.keys(DIRTY_GAMES)) {
|
||||||
persistGame(gameId)
|
persistGame(gameId)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue