Skip to content

Commit

Permalink
Await HttpAdapter.reply / FastifyReply.send
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 24, 2024
1 parent fa2ff30 commit 817b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/exception/exception.filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ExceptionFilter implements IExceptionFilter {
throw new NormalizedException(normalized);
}

await this.respondToHttp(normalized, args);
await this.respondToHttp(normalized, args);
}

private async respondToHttp(ex: ExceptionJson, args: ArgumentsHost) {
Expand Down

0 comments on commit 817b59c

Please sign in to comment.