Skip to content

Commit

Permalink
Removed unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallapointe committed Feb 28, 2023
1 parent c2b86d9 commit 94f04d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/account/account-category.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ import {
import {
ApiBadRequestResponse,
ApiBearerAuth,
ApiConflictResponse,
ApiCreatedResponse,
ApiNotFoundResponse,
ApiOkResponse,
ApiTags,
} from '@nestjs/swagger';
import { ConflictErrorDto } from '../utils/dto/conflict-error.dto';
import { BadRequestErrorDto } from '../utils/dto/bad-request-error.dto';
import { NotFoundErrorDto } from '../utils/dto/not-found-error.dto';
import { JwtAuthGuard } from '../auth/guard/jwt-auth.guard';
Expand Down

0 comments on commit 94f04d5

Please sign in to comment.