mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
refactor: use less util/node-test? where possible
also add new ns to kondo lint
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
(defmethod worker-db-listener/listen-db-changes :gen-undo-ops
|
||||
[_ {:keys [repo]} tx-report]
|
||||
(undo-redo/gen-undo-ops! repo tx-report))
|
||||
(undo-redo/gen-undo-ops! repo
|
||||
(assoc-in tx-report [:tx-meta :client-id] (:client-id @state/state))))
|
||||
|
||||
(defn listen-db-fixture
|
||||
[f]
|
||||
|
||||
Reference in New Issue
Block a user