Add loaders + game versions param to mods (#528)

This commit is contained in:
Geometrically
2023-01-27 19:24:40 -07:00
committed by GitHub
parent df3aeed291
commit 26533c47e7
14 changed files with 1114 additions and 880 deletions

View File

@@ -38,6 +38,9 @@ pub async fn forge_updates(
project.id,
None,
Some(vec!["forge".to_string()]),
None,
None,
None,
&**pool,
)
.await?;