Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:wri/fw_core into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3sc committed Feb 25, 2025
2 parents f3682c8 + ab9ef7a commit e13cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/answers/answers.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class AnswersController {
template.questions?.map((question) => question.name),
);
this.logger.log(`File is ${request.file?.fieldname}`);
this.logger.log(`Files are ${request.files?.length}`)
this.logger.log(`Files are ${request.files?.length}`);

// This groups the file uploads by fieldname
const fileGroups = fileArray?.reduce((acc, file) => {
Expand Down

0 comments on commit e13cc4f

Please sign in to comment.