M12 — the Android client, end to end #2
@@ -54,9 +54,5 @@ pub async fn run_cycle(db: &Db, base_url: &str, token: &str) -> Result<SyncOutco
|
|||||||
state::status(&conn).map_err(|e| e.to_string())?
|
state::status(&conn).map_err(|e| e.to_string())?
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(SyncOutcome {
|
Ok(SyncOutcome { push, pull, status })
|
||||||
push,
|
|
||||||
pull,
|
|
||||||
status,
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user