fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-31 23:04:37 +02:00
parent 362d8cb72d
commit 54d4851de1

View File

@ -27,7 +27,7 @@ export class TypedRouter {
if (!typedHandler) {
const availableMethods: string[] = [];
this.handlerMap.forEach(async (handler) => {
await this.handlerMap.forEach(async (handler) => {
availableMethods.push(handler.method);
});
console.log(`Cannot find method for ${typedHandler}`);