build: add ESLint to script/lint and containerize linting (closes #152)
This commit was merged in pull request #286.
This commit is contained in:
@@ -21,7 +21,7 @@ async function refreshPrices() {
|
||||
const fetched = await getTopTokenPrices(25);
|
||||
Object.assign(prices, fetched);
|
||||
lastFetchedAt = now;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// prices stay stale on error
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user