diff --git a/lib/core/engine.js b/lib/core/engine.js index cfd6fdf2..28640f0d 100644 --- a/lib/core/engine.js +++ b/lib/core/engine.js @@ -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,