mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
fix eslint-errors
This commit is contained in:
@@ -60,7 +60,7 @@ if (config.mysql) {
|
||||
enableWalCheckpointNumber: false
|
||||
});
|
||||
}
|
||||
async function initDb() {
|
||||
async function initDb(): Promise<void> {
|
||||
await db.init();
|
||||
await privateDB.init();
|
||||
|
||||
@@ -74,4 +74,4 @@ export {
|
||||
db,
|
||||
privateDB,
|
||||
initDb,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user