Skip to content

Commit

Permalink
fix: field to fields
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored Feb 15, 2023
1 parent d90eb6c commit daa3772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protos/V1/applications_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ message ListApplicationsRequest {
* Represents the sort object.
*/
message Sort {
repeated OrderByField field = 1; /** The field to order by. */
repeated OrderByField fields = 1; /** Fields to order by. */
OrderDirection direction = 2; /** The order direction. */
}

Expand Down

0 comments on commit daa3772

Please sign in to comment.