mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 21:48:39 -05:00
remove seed from index
This commit is contained in:
@@ -74,8 +74,6 @@ import MongoDB from "./db/mongo/MongoDB.js";
|
||||
|
||||
import IORedis from "ioredis";
|
||||
|
||||
import seedDb from "./db/mongo/utils/seedDb.js";
|
||||
|
||||
const SERVICE_NAME = "Server";
|
||||
const SHUTDOWN_TIMEOUT = 1000;
|
||||
let isShuttingDown = false;
|
||||
@@ -264,7 +262,6 @@ const startApp = async () => {
|
||||
);
|
||||
// Init job queue
|
||||
await jobQueue.initJobQueue();
|
||||
// await seedDb();
|
||||
// Middleware
|
||||
app.use(
|
||||
cors()
|
||||
|
||||
Reference in New Issue
Block a user