mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-24 02:11:30 +01:00
chore: clippy api-router
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user