You've already forked AstralRinth
forked from didirus/AstralRinth
Fix docker build failing
This commit is contained in:
@@ -598,7 +598,7 @@ impl Version {
|
|||||||
let mut file_hashes = HashMap::new();
|
let mut file_hashes = HashMap::new();
|
||||||
|
|
||||||
for hash in &hashes {
|
for hash in &hashes {
|
||||||
if hash.0.0 == file_id.0 {
|
if (hash.0).0 == file_id.0 {
|
||||||
file_hashes.insert(hash.1.clone(), hash.2.clone());
|
file_hashes.insert(hash.1.clone(), hash.2.clone());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user