You've already forked AstralRinth
forked from didirus/AstralRinth
Bump meilisearch version (#799)
This commit is contained in:
@@ -68,7 +68,11 @@ pub async fn loader_list(
|
||||
name: l.name,
|
||||
// Add generic 'project' type to all loaders, which is the v2 representation of
|
||||
// a project type before any versions are set.
|
||||
supported_project_types: l.supported_project_types.into_iter().chain(std::iter::once("project".to_string())).collect(),
|
||||
supported_project_types: l
|
||||
.supported_project_types
|
||||
.into_iter()
|
||||
.chain(std::iter::once("project".to_string()))
|
||||
.collect(),
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
Ok(HttpResponse::Ok().json(loaders))
|
||||
|
||||
Reference in New Issue
Block a user