Skip to content

Commit 05ee137

Browse files
Merge pull request #10459 from SirReiva/fix-fastify-response
fix(core): return response required for fastify v4
2 parents fc6b34b + 7209d91 commit 05ee137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/router/router-execution-context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ export class RouterExecutionContext {
454454
result = await this.responseController.transformToResult(result);
455455
!isResponseHandled &&
456456
(await this.responseController.apply(result, res, httpStatusCode));
457+
return res;
457458
};
458459
}
459460

0 commit comments

Comments
 (0)