소스 검색

chore(sync): add todo

rcmerci 3 년 전
부모
커밋
3f221e4f42
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/frontend/fs/sync.cljs

+ 1 - 0
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]