fix: update checking version match reliability (#6411)

This commit is contained in:
Calum H.
2026-06-16 18:45:31 +00:00
committed by GitHub
parent 3877999e53
commit dfba212be4
6 changed files with 284 additions and 8 deletions
@@ -225,6 +225,10 @@ where
ProjectType::get_from_parent_folder(
&full_path,
),
project_id: Some(
version.project_id.clone(),
),
version_id: Some(version.id.clone()),
},
));
}