Skip to content

Commit

Permalink
TaskId #236323 fix: File upload name changed to file from csvFile
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuvinay89 committed Mar 4, 2025
1 parent 20c5f01 commit ef51c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class UserController {
}

// bulk create of users
@UseInterceptors(FileInterceptor('csvFile'))
@UseInterceptors(FileInterceptor('file'))
@UseFilters(new AllExceptionsFilter(APIID.USER_CREATE_BULK))
@Post("/bulk-create")
@UseGuards(JwtAuthGuard)
Expand Down

0 comments on commit ef51c48

Please sign in to comment.