backend-manager 2.5.35 → 2.5.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/manager/index.js
CHANGED
|
@@ -585,7 +585,7 @@ Manager.prototype.Roles = function () {
|
|
|
585
585
|
Manager.prototype.SubscriptionResolver = function () {
|
|
586
586
|
const self = this;
|
|
587
587
|
self.libraries.SubscriptionResolver = self.libraries.SubscriptionResolver || require('./helpers/subscription-resolver.js');
|
|
588
|
-
return new self.libraries.SubscriptionResolver(
|
|
588
|
+
return new self.libraries.SubscriptionResolver(...arguments);
|
|
589
589
|
};
|
|
590
590
|
|
|
591
591
|
Manager.prototype.storage = function (options) {
|