diff --git a/src/main/frontend/fs/sync.cljs b/src/main/frontend/fs/sync.cljs index 6ebadb58d1..864c6950cf 100644 --- a/src/main/frontend/fs/sync.cljs +++ b/src/main/frontend/fs/sync.cljs @@ -724,6 +724,7 @@ ( diff-remote-files) - remote-graph-info-or-ex (local)]" (count sorted-diff-remote-files) "files need to sync") @@ -2562,12 +2567,12 @@ (need-reset-local-txid? r*) ;; TODO: this cond shouldn't be true, ;; but some potential bugs cause local-txid > remote-txid - (let [remote-graph-info-or-ex (local (let [txid (if (true? remote->local) - {:txid (:TXId (local)] (when (some? txid) (>! ops-chan {:remote->local txid}))