Skip to content

Commit

Permalink
fix: add year instead of age dueto typeError
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Jan 12, 2024
1 parent 45da931 commit f0dae8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion johnjud/backend/pet/v1/pet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ message FindAllPetRequest{
string gender = 3;
string color = 4;
string pattern = 5;
string age = 6;
reserved string age = 6;
string origin = 7;
int32 pageSize = 8;
int32 page = 9;
string year = 10;
}

message FindAllPetResponse{
Expand Down

0 comments on commit f0dae8b

Please sign in to comment.