mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 06:57:05 +03:00
Remove mysql code
This commit is contained in:
@@ -25,9 +25,8 @@ async function init() {
|
||||
|
||||
await initDb();
|
||||
|
||||
const dbMode = config.mysql ? "mysql"
|
||||
: config.postgres ? "postgres"
|
||||
: "sqlite";
|
||||
const dbMode = config.postgres ? "postgres"
|
||||
: "sqlite";
|
||||
Logger.info(`Database Mode: ${dbMode}`);
|
||||
|
||||
// set commit at headCommit
|
||||
|
||||
Reference in New Issue
Block a user