Skip to content

Commit

Permalink
Merge pull request #34 from vishnuvinay89/all-saas-0.2-dev
Browse files Browse the repository at this point in the history
TaskId #236323 fix: File upload name changed to file from csvFile
  • Loading branch information
gouravmore authored Mar 4, 2025
2 parents 20c5f01 + ef51c48 commit 3d080a7
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 3d080a7

Please sign in to comment.