remove seed from index

This commit is contained in:
Alex Holliday
2025-01-22 11:06:39 -08:00
parent 9ffe17e9eb
commit 2a74f2e8da
-3
View File
@@ -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()