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();