We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a0e99 commit b6095fdCopy full SHA for b6095fd
1 file changed
packages/server/src/nestjs/api-handler.service.ts
@@ -40,7 +40,7 @@ export class ApiHandlerService {
40
});
41
42
// handle handler error
43
- // if reponse code >= 400 throw nestjs HttpException
+ // if response code >= 400 throw nestjs HttpException
44
// the error response will be generated by nestjs
45
// caller can use try/catch to deal with this manually also
46
if (response.status >= 400) {
0 commit comments