mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
fix: update checking version match reliability (#6411)
This commit is contained in:
@@ -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()),
|
||||
},
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user