Skip to content

Commit

Permalink
fix: 임포트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Jul 19, 2024
1 parent 45a9381 commit a7d41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breeds/dtos/response/update-breed-response.dto.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Breed } from '@/database/types'
import { IsYYYYMMDD } from '@/shared/validators/is-YYYY-MM-DD.validator'
import { IsUserId } from '@/shared/validators/is-user-id.validator'
import { ApiProperty } from '@nestjs/swagger'
import { Breed } from '@prisma/client'
import { Selectable } from 'kysely'

export class UpdateBreedResponseDTO {
Expand Down

0 comments on commit a7d41fa

Please sign in to comment.