Skip to content

Commit bdcc904

Browse files
committed
Fix issue with missing internal IP ranges fetch
1 parent 63d06da commit bdcc904

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ async function appStart () {
1515
.then(() => {
1616
return apiValidator.loadSchemas;
1717
})
18-
.then(internalIpRanges.fetch)
1918
.then(() => {
2019

2120
internalCertificate.initTimer();

0 commit comments

Comments
 (0)