Skip to content

Commit ef51c48

Browse files
committed
TaskId #236323 fix: File upload name changed to file from csvFile
1 parent 20c5f01 commit ef51c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/user.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class UserController {
120120
}
121121

122122
// bulk create of users
123-
@UseInterceptors(FileInterceptor('csvFile'))
123+
@UseInterceptors(FileInterceptor('file'))
124124
@UseFilters(new AllExceptionsFilter(APIID.USER_CREATE_BULK))
125125
@Post("/bulk-create")
126126
@UseGuards(JwtAuthGuard)

0 commit comments

Comments
 (0)