mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
Add modpacks with external files filter to moderation queue (#6155)
* simplify query * make it a tristate * external deps count
This commit is contained in:
@@ -61,6 +61,7 @@ pub async fn get_projects(
|
||||
web::Query(internal::moderation::ProjectsRequestOptions {
|
||||
count: count.count,
|
||||
offset: 0,
|
||||
has_external_dependencies: None,
|
||||
}),
|
||||
session_queue,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user