fixib linting for solidity-compiler

pull/5370/head
lianahus 10 months ago
parent d809c26951
commit 3bbcafc402
  1. 2
      apps/solidity-compiler/src/app/compiler.ts

@ -22,7 +22,7 @@ export class CompilerClientApi extends CompilerApiMixin(PluginClient) implements
this.compileTabLogic = new CompileTabLogic(this, this.contentImport)
this.compiler = this.compileTabLogic.compiler
this.compileTabLogic.init()
this.initCompilerApi()
this.initCompilerApi()
}
getCompilerQueryParameters () {

Loading…
Cancel
Save