UBER-438: Use tracker as default for new users/workspaces (#3403)

This commit is contained in:
Andrey Sobolev
2023-06-09 00:42:00 +07:00
committed by GitHub
parent 3644892579
commit 3d06e44517
7 changed files with 57 additions and 13 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export class AggregationMiddleware extends BasePresentationMiddleware implements
const mixin = h.classHierarchyMixin(_class, view.mixin.Aggregation)
if (mixin?.createAggregationManager !== undefined) {
const f = await getResource(mixin.createAggregationManager)
mgr = f(this.client, this.refreshSubscribers)
mgr = f(this.client, () => this.refreshSubscribers())
this.mgrs.set(_class, mgr)
}
}