fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-10 01:41:55 +01:00
parent 8e64353026
commit d3b5c802cd

View File

@ -46,6 +46,7 @@ export class TypedRouter {
*/
public addTypedRouter(typedRouterArg: TypedRouter) {
this.routerMap.add(typedRouterArg);
typedRouterArg.setUpstreamTypedRouter(this);
}
public setUpstreamTypedRouter(typedRouterArg: TypedRouter) {