Better API for last sync timestamp
This commit is contained in:
parent
6c4ffa020c
commit
df9d5a2d07
4 changed files with 44 additions and 13 deletions
|
@ -162,5 +162,5 @@ async fn populate_test_provider() -> Provider<Cache, Cache> {
|
|||
let task_o = Item::Task(Task::new("task O (new from local)".into(), Utc::now()));
|
||||
cal_local.add_item(task_o);
|
||||
|
||||
Provider::new(server, local, last_sync)
|
||||
Provider::new(server, local)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue