Skip to content

Commit bf244c2

Browse files
fix(core): fastify and request-scoped controllers bug
1 parent 4b24a26 commit bf244c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/router/router-explorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class RouterExplorer {
266266
collection,
267267
contextId,
268268
);
269-
this.createCallbackProxy(
269+
await this.createCallbackProxy(
270270
contextInstance,
271271
contextInstance[methodName],
272272
methodName,

0 commit comments

Comments
 (0)