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(() => {
|
.then(() => {
|
||||||
return apiValidator.loadSchemas;
|
return apiValidator.loadSchemas;
|
||||||
})
|
})
|
||||||
.then(internalIpRanges.fetch)
|
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
||||||
internalCertificate.initTimer();
|
internalCertificate.initTimer();
|
||||||
|
|
Loading…
Reference in a new issue