Skip to content

Commit

Permalink
fix: remove year in findallpetreq
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 13, 2024
1 parent a12edd7 commit 50e5fd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions johnjud/backend/pet/v1/pet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ message FindAllPetRequest{
string origin = 7;
int32 pageSize = 8;
int32 page = 9;
// reserved
reserved string year = 10;
}

message FindAllPetResponse{
repeated Pet Pets = 1;
FindAllPetMetaData metadata;
FindAllPetMetaData metadata = 2;
}

// Find Pet
Expand Down

0 comments on commit 50e5fd7

Please sign in to comment.