Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal committed Dec 7, 2023
1 parent a35eefb commit 4c57137
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class AppController {
.pipe(
mergeMap(({ data }) => this.executeReport(data, db, body)),
catchError((err) => {
console.log('erro', err);
throw err.response?.data
? new HttpException(err.response.data, err.response.status)
: err;
Expand Down

0 comments on commit 4c57137

Please sign in to comment.