Resolve eslint warning (reason not used)
This commit is contained in:
parent
8ae669bd12
commit
6cdc442986
|
@ -375,6 +375,7 @@ const SearchResults = (() => {
|
|||
setTimeout(processNextResult, DELAY_AFTER_FETCHING_STYLES); // Keep processing
|
||||
})
|
||||
.catch(reason => {
|
||||
console.log('processNextResult(', nextResult.id, ') => [ERROR]: ', reason);
|
||||
setTimeout(processNextResult, DELAY_AFTER_FETCHING_STYLES); // Keep processing
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user