Skip to content

Commit 3d080a7

Browse files
authored
Merge pull request #34 from vishnuvinay89/all-saas-0.2-dev
TaskId #236323 fix: File upload name changed to file from csvFile
2 parents 20c5f01 + ef51c48 commit 3d080a7

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)