We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394b25 commit 0792fc0Copy full SHA for 0792fc0
backend/index.js
@@ -20,11 +20,9 @@ async function appStart () {
20
logger.info('IP Ranges fetch is enabled');
21
return internalIpRanges.fetch().catch((err) => {
22
logger.error('IP Ranges fetch failed, continuing anyway:', err.message);
23
- return Promise.resolve();
24
});
25
} else {
26
logger.info('IP Ranges fetch is disabled by environment variable');
27
28
}
29
})
30
.then(() => {
0 commit comments