mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
server no longer check cycle
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
[:type [:= "ping"]]]]])
|
||||
|
||||
(def tx-reject-reason-schema
|
||||
[:enum "stale" "cycle" "empty tx data" "invalid tx" "invalid t-before"])
|
||||
[:enum "stale" "empty tx data" "invalid tx" "invalid t-before"])
|
||||
|
||||
(def tx-reject-schema
|
||||
[:map
|
||||
|
||||
Reference in New Issue
Block a user