chore: clippy api-router

This commit is contained in:
Per Stark
2025-10-16 20:33:57 +02:00
parent 99b88c3063
commit ab68bccb80
3 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ impl ApiState {
surreal_db_client.apply_migrations().await?;
let app_state = ApiState {
let app_state = Self {
db: surreal_db_client.clone(),
config: config.clone(),
};