You've already forked AstralRinth
forked from didirus/AstralRinth
More APIv2 Fixes (#210)
* Refactor search to not spam the database with queries, new utility routes for V2 * Run prepare * More V2 Fixes * Run prepare + formatter
This commit is contained in:
@@ -1128,7 +1128,7 @@ impl ProjectType {
|
||||
}
|
||||
|
||||
pub async fn get_many_id<'a, E>(
|
||||
names: &Vec<String>,
|
||||
names: &[String],
|
||||
exec: E,
|
||||
) -> Result<Vec<ProjectType>, sqlx::Error>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user