mirror of
https://github.com/readur/readur.git
synced 2026-05-04 13:29:48 -05:00
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now
This commit is contained in:
@@ -61,12 +61,13 @@ async fn create_test_app_state() -> Arc<AppState> {
|
||||
));
|
||||
|
||||
Arc::new(AppState {
|
||||
db,
|
||||
db: db.clone(),
|
||||
config,
|
||||
webdav_scheduler: None,
|
||||
source_scheduler: None,
|
||||
queue_service,
|
||||
oidc_client: None,
|
||||
sync_progress_tracker: std::sync::Arc::new(readur::services::sync_progress_tracker::SyncProgressTracker::new()),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user