From db0f751a68203d7763cb843b0526217c14fd7660 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 14 Nov 2019 11:50:37 -0300 Subject: [PATCH] CR Update: Fix typo in extensionmanager --- platform/core/src/extensions/ExtensionManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/core/src/extensions/ExtensionManager.js b/platform/core/src/extensions/ExtensionManager.js index ddb702485..a6ceb7c36 100644 --- a/platform/core/src/extensions/ExtensionManager.js +++ b/platform/core/src/extensions/ExtensionManager.js @@ -68,7 +68,7 @@ export default class ExtensionManager { // preRegistrationHook if (extension.preRegistration) { extension.preRegistration({ - serviceManager: this._servicesManager, + servicesManager: this._servicesManager, configuration, }); }