Skip to content

Commit

Permalink
fix: memberExcel > memberFile
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed May 4, 2024
1 parent d127e38 commit f204c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/dto/upload-group.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export class UploadGroupDto extends CreateGroupDto {
type: 'file',
format: 'binary',
})
readonly memberExcel: Express.Multer.File | undefined;
readonly memberFile: Express.Multer.File | undefined;
}

0 comments on commit f204c2a

Please sign in to comment.