Remove unused PORT import

This commit is contained in:
Dries Augustyns
2024-07-23 18:53:42 +02:00
parent 7c50176263
commit d97c57f66e
+1 -1
View File
@@ -10,7 +10,7 @@ import { type NextFunction, type Request, type Response, json } from "express";
import helmet from "helmet";
import morgan from "morgan";
import signale from "signale";
import { API_URI, NODE_ENV, PORT } from "./app/constants";
import { API_URI, NODE_ENV } from "./app/constants";
import { task } from "./app/cron";
import { Auth } from "./controllers/Auth";
import { Identities } from "./controllers/Identities";