Skip to content

Commit

Permalink
deleted unnecesarry imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 17, 2024
1 parent 4fe91dc commit 71ef702
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/animals/animals.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ import { AnimalsService } from './animals.service';
import { AnimalType } from '../../db/types';
import { ZodValidationPipe } from './schemas/ZodValidationPipe';
import {
CreateAnimalDto,
CreateAnimalsDto,
PaginationDto,
UpdateAnimalDto,
createAnimalSchema,
createAnimalsSchema,
stringToNumberSchema,
stringToNumberType,
Expand Down

0 comments on commit 71ef702

Please sign in to comment.