Hacky update to fetchAll

This commit is contained in:
Neale Pickett 2020-02-29 22:49:38 -07:00
parent 7e8dbb95b2
commit 03b988d556
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ async function fetchAll(puzzles) {
} }
} }
toast("Done caching content") console.log("Done caching content")
} }
function login(e) { function login(e) {