mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
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…
x
Reference in New Issue
Block a user