fix var name

This commit is contained in:
Zutatensuppe 2021-04-30 21:55:36 +02:00
parent 792f0d4c31
commit 35f24171bc

View file

@ -61,7 +61,7 @@ function loadGame(gameId) {
}
function persistGames() {
for (const gameId of Object.keys(changedGames)) {
for (const gameId of Object.keys(DIRTY_GAMES)) {
persistGame(gameId)
}
}