- chore: ran cargo fix on the codebase
This commit is contained in:
@@ -4,4 +4,4 @@ use std::sync::Arc;
|
||||
#[derive(Clone)]
|
||||
pub struct MyDatabaseService {
|
||||
pub db: Arc<Database>, // Use the Database struct from users.rs
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user