mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-27 21:00:52 +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