remove unneded param
This commit is contained in:
parent
89cba2c588
commit
c6e63af12d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue