Code cleanup
This commit is contained in:
@@ -16,7 +16,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
|
|
||||||
println!("App: {app:?}");
|
println!("App: {app:?}");
|
||||||
|
|
||||||
// let auth = catapult::service::auth::Auth { app: app.clone() };
|
|
||||||
let auth = catapult::service::auth::Auth {
|
let auth = catapult::service::auth::Auth {
|
||||||
app: std::sync::Arc::clone(&app),
|
app: std::sync::Arc::clone(&app),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user