fix linting

pull/5370/head
yann300 3 years ago
parent 2d45585986
commit 0ed53b53bd
  1. 2
      apps/remix-ide/src/app/udapp/run-tab.js

@ -97,7 +97,7 @@ export class RunTab extends ViewPlugin {
}
async onInitDone () {
const udapp = this
const udapp = this // eslint-disable-line
await this.call('blockchain', 'addProvider', {
name: 'Hardhat Provider',

Loading…
Cancel
Save