Skip to content

Commit

Permalink
chore: add path to cmd knowledge (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkr authored Jan 31, 2025
1 parent b243652 commit 7e6b9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/logic/knowledge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub struct Knowledge {
pub id: Id,
pub connection_platform: String,
pub title: String,
pub path: String,
pub knowledge: Option<String>,
}

Expand Down

0 comments on commit 7e6b9dd

Please sign in to comment.