mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: lint warning
This commit is contained in:
@@ -2753,7 +2753,7 @@
|
||||
|
||||
(idle [this]
|
||||
(go
|
||||
(let [{:keys [stop remote->local local->remote local->remote-full-sync remote->local-full-sync pause] :as result}
|
||||
(let [{:keys [stop remote->local local->remote local->remote-full-sync remote->local-full-sync pause]}
|
||||
(<! ops-chan)]
|
||||
(cond
|
||||
stop
|
||||
@@ -2768,8 +2768,10 @@
|
||||
(<! (.schedule this ::remote->local-full-sync nil nil))
|
||||
pause
|
||||
(<! (.schedule this ::pause nil nil))
|
||||
(= state ::idle)
|
||||
nil
|
||||
:else
|
||||
nil))))
|
||||
(<! (.schedule this ::stop nil nil))))))
|
||||
|
||||
(full-sync [this]
|
||||
(go
|
||||
|
||||
Reference in New Issue
Block a user