Skip to content

Commit

Permalink
fix: update authguard on bulk upload mailchimp
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Jul 23, 2024
1 parent 3e74ec0 commit 85c120e
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 @@ -108,7 +108,7 @@ export class UserController {
// Use only if users have not been added to mailchimp due to e.g. an ongoing bug
@ApiBearerAuth()
@Post('/bulk-mailchimp-upload')
@UseGuards(FirebaseAuthGuard)
@UseGuards(SuperAdminAuthGuard)
async bulkUploadMailchimpProfiles() {
return await this.userService.bulkUploadMailchimpProfiles();
}
Expand Down

0 comments on commit 85c120e

Please sign in to comment.