mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-22 09:29:51 +01:00
chore: clippy helps out
This commit is contained in:
@@ -50,7 +50,7 @@ pub async fn ingest_data(
|
||||
})
|
||||
.collect();
|
||||
|
||||
try_join_all(futures).await.map_err(AppError::from)?;
|
||||
try_join_all(futures).await?;
|
||||
|
||||
Ok(StatusCode::OK)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user