From b858f9f711d5eab66127b22c7b1404b7babe334e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 26 Aug 2019 17:08:09 +0200 Subject: [PATCH] fix(core): update --- ts/typedrequest.classes.typedrouter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/typedrequest.classes.typedrouter.ts b/ts/typedrequest.classes.typedrouter.ts index 23a3a14..4409e48 100644 --- a/ts/typedrequest.classes.typedrouter.ts +++ b/ts/typedrequest.classes.typedrouter.ts @@ -16,7 +16,7 @@ export class TypedRouter { * adds the handler to the routing map * @param handlerArg */ - public addTypedHandler(handlerArg: TypedHandler) { + public addTypedHandler(handlerArg: TypedHandler) { this.handlerMap.add(handlerArg); }