Fix issue with missing internal IP ranges fetch
This commit is contained in:
parent
63d06da8a8
commit
bdcc904307
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ async function appStart () {
|
|||
.then(() => {
|
||||
return apiValidator.loadSchemas;
|
||||
})
|
||||
.then(internalIpRanges.fetch)
|
||||
.then(() => {
|
||||
|
||||
internalCertificate.initTimer();
|
||||
|
|
Loading…
Reference in a new issue