We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d06da commit bdcc904Copy full SHA for bdcc904
backend/index.js
@@ -15,7 +15,6 @@ async function appStart () {
15
.then(() => {
16
return apiValidator.loadSchemas;
17
})
18
- .then(internalIpRanges.fetch)
19
20
21
internalCertificate.initTimer();
0 commit comments