From 1b7ecd5a410fa3bde204e7da82e52372abbaa0b3 Mon Sep 17 00:00:00 2001 From: Lorenzo Migliorero Date: Wed, 24 Jul 2024 10:39:15 +0200 Subject: [PATCH] refactor: remove comment --- server/utils/traefik/domain.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/utils/traefik/domain.ts b/server/utils/traefik/domain.ts index 016964df..401c7a8e 100644 --- a/server/utils/traefik/domain.ts +++ b/server/utils/traefik/domain.ts @@ -25,7 +25,6 @@ export const manageDomain = async (app: ApplicationNested, domain: Domain) => { "web", ); - // if (domain.https && process.env.NODE_ENV === "production") { if (domain.https) { config.http.routers[routerNameSecure] = await createRouterConfig( app,