Skip to content

Commit a394b25

Browse files
committed
fix eslint error
1 parent 1c47fc2 commit a394b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function appStart () {
1818
.then(() => {
1919
if (IP_RANGES_FETCH_ENABLED) {
2020
logger.info('IP Ranges fetch is enabled');
21-
return internalIpRanges.fetch().catch(err => {
21+
return internalIpRanges.fetch().catch((err) => {
2222
logger.error('IP Ranges fetch failed, continuing anyway:', err.message);
2323
return Promise.resolve();
2424
});

0 commit comments

Comments
 (0)