Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Feb 17, 2025
1 parent 789765f commit dda5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/retryProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class RetryProvider extends ethers.providers.StaticJsonRpcProvider {

return error.error;
} catch {
return
return;
} // do nothing
}

Expand Down

0 comments on commit dda5679

Please sign in to comment.