remove unused user service in auth_state

This commit is contained in:
GW_MC
2025-12-18 22:21:15 +08:00
parent 86fb222d18
commit 66b29b96ee
2 changed files with 0 additions and 4 deletions

View File

@@ -153,7 +153,6 @@ fn get_app_state(
authentication: Arc::new(AuthenticationServiceImpl::new(
settings.auth.jwt_secret.clone(),
)),
user: Arc::new(UserServiceImpl::new(db_connection.clone())),
},
user: Arc::new(UserServiceImpl::new(db_connection.clone())),
}),