Skip to content

Commit

Permalink
chore: add comment to note commit is the last updated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Dec 19, 2024
1 parent 0b9a372 commit 3d2c5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tabby-common/src/api/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub struct CodeSearchDocument {
pub git_url: String,

// FIXME(kweizh): This should be a required field after 0.25.0.
// commit represents the specific revision at which the file was last edited.
pub commit: Option<String>,

pub language: String,
Expand Down

0 comments on commit 3d2c5f9

Please sign in to comment.