remove useless comment?

This commit is contained in:
Mylloon 2023-02-10 00:11:56 +01:00
parent 593da97e33
commit 922c261e9e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -12,8 +12,6 @@ const run = async () => {
// Load .env if not in prod
if (process.env.NODE_ENV !== "production") {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
(await import("dotenv")).config({ path: "./config/.env" });
}