fix(core): update
This commit is contained in:
parent
8e64353026
commit
d3b5c802cd
@ -46,6 +46,7 @@ export class TypedRouter {
|
||||
*/
|
||||
public addTypedRouter(typedRouterArg: TypedRouter) {
|
||||
this.routerMap.add(typedRouterArg);
|
||||
typedRouterArg.setUpstreamTypedRouter(this);
|
||||
}
|
||||
|
||||
public setUpstreamTypedRouter(typedRouterArg: TypedRouter) {
|
||||
|
Loading…
Reference in New Issue
Block a user