Skip to content

Commit 53c6a23

Browse files
committed
Comment out unused import
1 parent 3132abd commit 53c6a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/question-service/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import app from "./app.ts";
22
import connectDB from "./config/db.ts";
3-
import { seedQuestions } from "./scripts/seed.ts";
3+
// import { seedQuestions } from "./scripts/seed.ts";
44

55
const PORT = process.env.SERVICE_PORT || 3000;
66

0 commit comments

Comments
 (0)