Skip to content

Commit

Permalink
auto commit: apply eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3sc authored and github-actions[bot] committed Feb 19, 2025
1 parent 895df42 commit 17f2e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/answers/answers.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export class AnswersController {
this.logger.log('CREATING REPORT');
this.logger.log('FIELDS', JSON.stringify(fields));
this.logger.log(
'FILE ARRAY', fileArray?.length,
'FILE ARRAY',
fileArray?.length,
fileArray?.map((file) => file.fieldname),
);
this.logger.log(
Expand Down

0 comments on commit 17f2e15

Please sign in to comment.