M12 — the Android client, end to end #2

Merged
bvandeusen merged 86 commits from dev into main 2026-08-21 08:53:58 -04:00
Showing only changes of commit 6bef07ff83 - Show all commits
+1 -5
View File
@@ -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())?
};
Ok(SyncOutcome {
push,
pull,
status,
})
Ok(SyncOutcome { push, pull, status })
}