Skip to content

Commit

Permalink
fix(core): return response required for fastify v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SirReiva committed Oct 25, 2022
1 parent 46d8dd6 commit 7209d91
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 7209d91

Please sign in to comment.