refactor: use less util/node-test? where possible

also add new ns to kondo lint
This commit is contained in:
Gabriel Horner
2025-04-23 10:10:56 -04:00
parent cdb7c17a8e
commit 762b83a3c9
3 changed files with 4 additions and 2 deletions

View File

@@ -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]