fix: api v2 hotfix google calendar, exception details, billing check guard (#14967)

This commit is contained in:
Morgan
2024-05-10 07:36:51 +00:00
committed by GitHub
parent 816d31918d
commit c65dca9486
4 changed files with 5 additions and 10 deletions
@@ -46,7 +46,7 @@ export class BillingController {
@Get("/:teamId/check")
@UseGuards(NextAuthGuard, OrganizationRolesGuard)
@Roles(["OWNER", "ADMIN"])
@Roles(["OWNER", "ADMIN", "MEMBER"])
async checkTeamBilling(
@Param("teamId") teamId: number
): Promise<ApiResponse<CheckPlatformBillingResponseDto>> {