Better API for last sync timestamp

This commit is contained in:
daladim 2021-02-28 18:00:37 +01:00
parent 6c4ffa020c
commit df9d5a2d07
4 changed files with 44 additions and 13 deletions

View file

@ -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)
}