Skip to content

Commit

Permalink
Merge pull request #159 from dappradar/change_grpc_to_restapi
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Sonmezturk authored Jul 4, 2023
2 parents e9e1cfb + e9b2fdd commit bfafd0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/genericErrorFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
export class GenericErrorFilter implements ExceptionFilter {
catch(exception: any, host: ArgumentsHost): Observable<any> {
const ctx = host.switchToHttp();

const errorResponse: any = {
statusCode: HttpStatus.INTERNAL_SERVER_ERROR,
timestamp: new Date().toISOString(),
Expand Down

0 comments on commit bfafd0c

Please sign in to comment.