Skip to content

Commit

Permalink
Update src/controllers/features.controller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: lserra-iov <[email protected]>
  • Loading branch information
alexjavabraz and lserra-iov committed Dec 12, 2023
1 parent 0c1935c commit 04b47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/features.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class FeaturesController {
try {
retorno = await this.featuresDatService.getAll();
responseCode = this.HTTP_SUCCESS_OK;
this.logger.info(`[get] Retrieved the features: ${retorno}`);
this.logger.info(`[get] Retrieved the features: ${JSON.stringify(retorno)}`);
} catch (e) {
this.logger.warn(`[get] Got an error: ${e}`);
}
Expand Down

0 comments on commit 04b47f5

Please sign in to comment.