From 19bca44aa13b658728dc1601a9aab1cd43b0df74 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Mon, 21 Oct 2024 10:21:58 +0400 Subject: [PATCH] removed unused --- src/community/controllers/community-spaces.controller.ts | 1 - src/community/controllers/community.controller.ts | 1 - 2 files changed, 2 deletions(-) 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({