mirror of https://github.com/embarklabs/embark.git
Merge pull request #502 from embark-framework/fix_issue_build_cmd
remove unneded param
This commit is contained in:
commit
29599112de
|
@ -252,7 +252,6 @@ class Engine {
|
||||||
|
|
||||||
storageService(_options) {
|
storageService(_options) {
|
||||||
this.registerModule('storage', {
|
this.registerModule('storage', {
|
||||||
addCheck: this.servicesMonitor.addCheck.bind(this.servicesMonitor),
|
|
||||||
storageConfig: this.config.storageConfig,
|
storageConfig: this.config.storageConfig,
|
||||||
webServerConfig: this.config.webServerConfig,
|
webServerConfig: this.config.webServerConfig,
|
||||||
blockchainConfig: this.config.blockchainConfig,
|
blockchainConfig: this.config.blockchainConfig,
|
||||||
|
|
Loading…
Reference in New Issue