Skip to content

Commit c3f210e

Browse files
committed
Fix issue with loading internal IP ranges in appStart function
1 parent 35d7a3a commit c3f210e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/index.js

Lines changed: 0 additions & 1 deletion
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)