Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Feb 3, 2024
1 parent 7d4b139 commit d21e7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/service/pet/pet.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ func (s *Service) Create(in *dto.CreatePetRequest) (result *dto.PetResponse, err
if imgErrRes != nil {
return nil, imgErrRes
}

createPetResponse := utils.ProtoToDto(res.Pet, imgRes)
return createPetResponse, nil
}
Expand Down

0 comments on commit d21e7ac

Please sign in to comment.