mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: reference before define
This commit is contained in:
parent
24a49f035e
commit
05c6cae86f
@ -49,7 +49,7 @@ class DBUtil {
|
|||||||
setTimeout(initDB, 300)
|
setTimeout(initDB, 300)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
initDB()
|
setTimeout(initDB)
|
||||||
}).then()
|
}).then()
|
||||||
|
|
||||||
const expiredMilliSecond = 1000 * 60 * 60
|
const expiredMilliSecond = 1000 * 60 * 60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user