Skip to content

Commit

Permalink
fix: FindByGroupIdSelectionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 27, 2024
1 parent c4b15f6 commit 6a1b073
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 @@ -40,7 +40,7 @@ message FindByGroupIdSelectionRequest{
}

message FindByGroupIdSelectionResponse{
Selection selection = 1;
repeated Selection selections = 1;
}

// Delete
Expand Down

0 comments on commit 6a1b073

Please sign in to comment.