Skip to content

Commit

Permalink
chore: Debug for Query
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 2, 2024
1 parent 74dd810 commit 42753fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edc-connector-client/src/types/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};

use super::properties::{PropertyValue, ToValue};

#[derive(Serialize, Clone)]
#[derive(Serialize, Clone, Debug)]
#[serde(rename_all = "camelCase")]
pub struct Query {
offset: u32,
Expand Down Expand Up @@ -73,7 +73,7 @@ impl QueryBuilder {
}
}

#[derive(Serialize, Clone)]
#[derive(Serialize, Clone, Debug)]
pub struct Sort {
#[serde(rename = "sortField")]
field: String,
Expand Down

0 comments on commit 42753fd

Please sign in to comment.