diff --git a/apps/solidity-compiler/src/app/compiler.ts b/apps/solidity-compiler/src/app/compiler.ts index 23ce11918d..d0e71a7270 100644 --- a/apps/solidity-compiler/src/app/compiler.ts +++ b/apps/solidity-compiler/src/app/compiler.ts @@ -22,8 +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() } getCompilerParameters () {