fix: lint warning

This commit is contained in:
Tienson Qin
2022-09-29 22:40:50 +08:00
parent eb81825946
commit 4877f24ef2
2 changed files with 4 additions and 3 deletions

View File

@@ -2958,10 +2958,10 @@
(fn [_ _ _ n]
(state/set-file-sync-state repo n)))
(.start sm)
(state/set-state! [:file-sync/graph-state :current-graph-uuid] graph-uuid)
(.start sm)
(offer! remote->local-full-sync-chan true)
(offer! full-sync-chan true)
(swap! *sync-starting? assoc graph-uuid false))))))