chore: clippy helps out

This commit is contained in:
Per Stark
2025-09-06 21:00:39 +02:00
parent 153efd1a98
commit 69954cf78e
9 changed files with 28 additions and 27 deletions

View File

@@ -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)
}