diff --git a/src/main/frontend/fs/sync.cljs b/src/main/frontend/fs/sync.cljs index f5a76904be..b85314fe9b 100644 --- a/src/main/frontend/fs/sync.cljs +++ b/src/main/frontend/fs/sync.cljs @@ -692,6 +692,7 @@ (or need-sync-remote unknown) r)))))))) +;;; TODO: add synced-files history (deftype SyncState [^:mutable state ^:mutable current-local->remote-files ^:mutable current-remote->local-files] Object (update-state! [this v]