From bdcc9043079985552600757f887a3f4176fd3c6e Mon Sep 17 00:00:00 2001 From: jqknono <jqknono@outlook.com> Date: Thu, 26 Sep 2024 20:26:46 +0800 Subject: [PATCH] Fix issue with missing internal IP ranges fetch --- backend/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/index.js b/backend/index.js index 3d6d60071..250c131a9 100644 --- a/backend/index.js +++ b/backend/index.js @@ -15,7 +15,6 @@ async function appStart () { .then(() => { return apiValidator.loadSchemas; }) - .then(internalIpRanges.fetch) .then(() => { internalCertificate.initTimer();