Skip to content

Commit

Permalink
fix: sort is not repeated anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo authored Jan 12, 2023
1 parent acf1d0e commit 6099b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protos/V1/partitions_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ message ListPartitionsRequest {
*
* Must be set for every request.
*/
repeated Sort sort = 4;
Sort sort = 4;
}

/**
Expand Down

0 comments on commit 6099b76

Please sign in to comment.