Skip to content

Commit

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

message FindAllPetResponse{
Expand Down

0 comments on commit 63ad423

Please sign in to comment.