Skip to content

Commit b6095fd

Browse files
committed
chore(server-nestjs): fix response typo
1 parent e0a0e99 commit b6095fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/nestjs/api-handler.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class ApiHandlerService {
4040
});
4141

4242
// handle handler error
43-
// if reponse code >= 400 throw nestjs HttpException
43+
// if response code >= 400 throw nestjs HttpException
4444
// the error response will be generated by nestjs
4545
// caller can use try/catch to deal with this manually also
4646
if (response.status >= 400) {

0 commit comments

Comments
 (0)