Skip to content

Commit

Permalink
Update server/data_model/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Boudreau <[email protected]>
  • Loading branch information
j3m7 and seriousben authored Dec 20, 2024
1 parent a54bcb3 commit d7ff783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/data_model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl ImageInformation {
run_strs: Vec<String>,
sdk_version: Option<String>,
) -> Self {
let mut compat_image_hash: String = "".to_string();
let mut compat_image_hash: String = image_hash;
if image_hash == "" {
// Preserve backwards compatibility with old hash calculation
let mut image_hasher = Sha256::new();
Expand Down

0 comments on commit d7ff783

Please sign in to comment.