Skip to content

Commit

Permalink
another nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jul 13, 2024
1 parent 0cab8c0 commit cb2eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParseSwift/Types/Query.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public struct Query<T>: ParseTypeable where T: ParseObject {
- parameter key: The key to order by.
*/
public enum Order: Codable, Hashable, Sendable {
public enum Order: ParseTypeable {
/// Sort in ascending order based on `key`.
case ascending(String)
/// Sort in descending order based on `key`.
Expand Down

0 comments on commit cb2eff2

Please sign in to comment.