debugging; box pinning (#101)

This commit is contained in:
Wyatt Verchere
2023-04-28 10:45:51 -07:00
committed by GitHub
parent dcca0ef474
commit 713a915161
5 changed files with 101 additions and 47 deletions
+1 -7
View File
@@ -358,13 +358,7 @@ pub async fn infer_data_from_files(
.filter(|x| x.team_id == project.team)
.cloned()
.collect::<Vec<_>>(),
update_version: if let Some(val) =
update_versions.get(&hash)
{
Some(Box::new(val.clone()))
} else {
None
},
update_version: update_versions.get(&hash).map(|val| Box::new(val.clone())),
incompatible: !version.loaders.contains(
&profile