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 1c47fc2 commit a394b25Copy full SHA for a394b25
backend/index.js
@@ -18,7 +18,7 @@ async function appStart () {
18
.then(() => {
19
if (IP_RANGES_FETCH_ENABLED) {
20
logger.info('IP Ranges fetch is enabled');
21
- return internalIpRanges.fetch().catch(err => {
+ return internalIpRanges.fetch().catch((err) => {
22
logger.error('IP Ranges fetch failed, continuing anyway:', err.message);
23
return Promise.resolve();
24
});
0 commit comments