1
This commit is contained in:
@@ -21,7 +21,7 @@ const port = cfg.server.port;
|
||||
|
||||
await sequelize.authenticate();
|
||||
// await sequelize.sync();
|
||||
start_all_cron_tasks();
|
||||
await start_all_cron_tasks();
|
||||
|
||||
app.listen(port);
|
||||
// eslint-disable-next-line no-console
|
||||
|
||||
Reference in New Issue
Block a user