mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
feat: add typos to GitHub action
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
committed by
Gabriel Horner
parent
f6d4560044
commit
25c15053d6
@@ -342,7 +342,7 @@
|
||||
(remove-user-graph-uuid-prefix o)
|
||||
|
||||
:else
|
||||
(throw (js/Error. (str "unsupport type " (str o)))))))
|
||||
(throw (js/Error. (str "unsupported type " (str o)))))))
|
||||
|
||||
(defprotocol IChecksum
|
||||
(-checksum [this]))
|
||||
@@ -3258,7 +3258,7 @@
|
||||
|
||||
;;; ### some add-watches
|
||||
|
||||
;; TOOD: replace this logic by pause/resume state
|
||||
;; TODO: replace this logic by pause/resume state
|
||||
(defonce network-online-cursor (rum/cursor state/state :network/online?))
|
||||
(add-watch network-online-cursor "sync-manage"
|
||||
(fn [_k _r o n]
|
||||
|
||||
Reference in New Issue
Block a user