Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): clean lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joeandrews committed Jul 8, 2020
1 parent 799bc0b commit f48ced0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const infuraLimitError = {
const uriTooLong = {
code: -32603,
};

// eslint-disable-next-line
const isInfuraLimitError = error => error && error.code === infuraLimitError.code || error.code === uriTooLong.code;

const SYNCING_STATUS = {
Expand Down

0 comments on commit f48ced0

Please sign in to comment.