Skip to content

Commit 466f9e4

Browse files
Aniket-Enggyann300
authored andcommitted
linting fix
1 parent 58e3719 commit 466f9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/tabs/web3-provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class Web3ProviderModule extends Plugin {
4242
try {
4343
const receipt = await this.call('blockchain', 'getTransactionReceipt', txhash)
4444
if (receipt) return receipt
45-
} catch (e) {}
45+
} catch (e) {} // eslint-disable-line
4646
await this.pause()
4747
return await this.tryTillReceiptAvailable(txhash)
4848
}

0 commit comments

Comments
 (0)