Skip to content

Commit

Permalink
fix: remove address from CreatePetRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed May 12, 2024
1 parent d25513c commit 396fb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/dto/pet.dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type CreatePetRequest struct {
IsVaccinated *bool `json:"is_vaccinated" validate:"required"`
IsVisible *bool `json:"is_visible" validate:"required"`
Origin string `json:"origin" validate:"required"`
Address string `json:"address"`
Owner string `json:"owner"`
Contact string `json:"contact"`
Tel string `json:"tel"`
Expand Down

0 comments on commit 396fb40

Please sign in to comment.