diff --git a/src/community/controllers/community-spaces.controller.ts b/src/community/controllers/community-spaces.controller.ts index 437b047..1897d21 100644 --- a/src/community/controllers/community-spaces.controller.ts +++ b/src/community/controllers/community-spaces.controller.ts @@ -6,7 +6,6 @@ import { JwtAuthGuard } from '@app/common/guards/jwt.auth.guard'; import { ControllerRoute } from '@app/common/constants/controller-route'; import { BaseResponseDto } from '@app/common/dto/base.response.dto'; import { CommunitySpaceService } from '../services'; -import { CommunityPermissionGuard } from 'src/guards/community.permission.guard'; @ApiTags('Community Module') @Controller({ diff --git a/src/community/controllers/community.controller.ts b/src/community/controllers/community.controller.ts index 374eb59..86bad74 100644 --- a/src/community/controllers/community.controller.ts +++ b/src/community/controllers/community.controller.ts @@ -19,7 +19,6 @@ import { JwtAuthGuard } from '@app/common/guards/jwt.auth.guard'; import { ControllerRoute } from '@app/common/constants/controller-route'; import { BaseResponseDto } from '@app/common/dto/base.response.dto'; import { PaginationRequestGetListDto } from '@app/common/dto/pagination.request.dto'; -import { CommunityPermissionGuard } from 'src/guards/community.permission.guard'; @ApiTags('Community Module') @Controller({