Skip to content

Commit

Permalink
fix: FindByGroupId
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 23, 2024
1 parent 4818cc6 commit bd56b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpkm67/backend/selection/v1/selection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message CreateSelectionResponse{

// FindByGroupId
message FindByGroupIdSelectionRequest{
string bannId = 1;
string groupId = 1;
}

message FindByGroupIdSelectionResponse{
Expand Down

0 comments on commit bd56b47

Please sign in to comment.