Fix things (2)

This commit is contained in:
b 2021-01-15 02:49:14 -06:00
commit 8d6f6291fa
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 18;
const DB_VERSION = 19;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db;