Merge pull request #502 from embark-framework/fix_issue_build_cmd

remove unneded param
This commit is contained in:
Iuri Matias 2018-06-08 14:08:36 -04:00 committed by GitHub
commit 29599112de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ class Engine {
storageService(_options) {
this.registerModule('storage', {
addCheck: this.servicesMonitor.addCheck.bind(this.servicesMonitor),
storageConfig: this.config.storageConfig,
webServerConfig: this.config.webServerConfig,
blockchainConfig: this.config.blockchainConfig,