fix(core): update
This commit is contained in:
parent
362d8cb72d
commit
54d4851de1
@ -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}`);
|
||||
|
Loading…
Reference in New Issue
Block a user