Skip to content

Commit

Permalink
Fix FilterSorting case
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucansky committed Dec 22, 2020
1 parent e625ee5 commit 3480331
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Camunda.Api.Client/Filter/FilterQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public class FilterQuery : QueryParameters

public enum FilterSorting
{
filterId,
firstName,
lastName,
email
FilterId,
FirstName,
LastName,
Email
}
}

0 comments on commit 3480331

Please sign in to comment.