one return removed

appPlugin
aniket-engg 3 years ago
parent 27d7a309aa
commit 7c280c1123
  1. 2
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -149,7 +149,7 @@ class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerA
}
setAppParameter (name, value) {
return this.call('app', 'setAppParameter', name, value)
this.call('app', 'setAppParameter', name, value)
}
}

Loading…
Cancel
Save