fix: reference before define

This commit is contained in:
student_2333
2024-05-01 11:10:42 +08:00
committed by GitHub
parent 24a49f035e
commit 05c6cae86f

@@ -49,7 +49,7 @@ class DBUtil {
setTimeout(initDB, 300)
}
}
initDB()
setTimeout(initDB)
}).then()
const expiredMilliSecond = 1000 * 60 * 60