Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Mar 1, 2025
1 parent c33dc6d commit 65e4d84
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 73 deletions.
2 changes: 1 addition & 1 deletion screenpipe-server/src/db_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ pub struct FrameRow {
pub text_json: String,
}

#[derive(Deserialize, PartialEq, Default)]
#[derive(Deserialize, OaSchema, PartialEq, Default)]
pub enum Order {
#[serde(rename = "ascending")]
Ascending,
Expand Down
Loading

0 comments on commit 65e4d84

Please sign in to comment.