mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
fix non-format eslint in src/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {config} from "./config";
|
||||
import {initDb} from './databases/databases';
|
||||
import {initDb} from "./databases/databases";
|
||||
import {createServer} from "./app";
|
||||
import {Logger} from "./utils/logger";
|
||||
import {startAllCrons} from "./cronjob";
|
||||
@@ -8,7 +8,7 @@ async function init() {
|
||||
await initDb();
|
||||
|
||||
createServer(() => {
|
||||
Logger.info("Server started on port " + config.port + ".");
|
||||
Logger.info(`Server started on port ${config.port}.`);
|
||||
|
||||
// ignite cron job after server created
|
||||
startAllCrons();
|
||||
|
||||
Reference in New Issue
Block a user