Skip to content

Commit

Permalink
Update modules/fundamental/src/source_document/model/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Crossley <[email protected]>
  • Loading branch information
ctron and jcrossley3 authored Dec 6, 2024
1 parent 99bf536 commit debfb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fundamental/src/source_document/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl SourceDocument {
sha384: format!("sha384:{}", source_document.sha384),
sha512: format!("sha512:{}", source_document.sha512),
size: source_document.size as u64,
ingestion_time: source_document.ingestion_time,
ingested: source_document.ingested,
})
}
}
Expand Down

0 comments on commit debfb83

Please sign in to comment.