Skip to content

Commit

Permalink
Merge pull request #10459 from SirReiva/fix-fastify-response
Browse files Browse the repository at this point in the history
fix(core): return response required for fastify v4
  • Loading branch information
kamilmysliwiec committed Nov 7, 2022
2 parents fc6b34b + 7209d91 commit 05ee137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/router/router-execution-context.ts
Expand Up @@ -454,6 +454,7 @@ export class RouterExecutionContext {
result = await this.responseController.transformToResult(result);
!isResponseHandled &&
(await this.responseController.apply(result, res, httpStatusCode));
return res;
};
}

Expand Down

0 comments on commit 05ee137

Please sign in to comment.