mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance(rtc): replace :left by :block/order in query-response
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
[:op :keyword]
|
||||
[:self :uuid]
|
||||
[:parents [:sequential :uuid]]
|
||||
[:left [:maybe :uuid]] ;nil when it's :no-order block
|
||||
[:block/order {:optional true} :string]
|
||||
[:hash {:optional true} :int]
|
||||
[:db/ident {:optional true} :keyword]
|
||||
[::m/default extra-attr-map-schema]]]
|
||||
@@ -97,7 +97,7 @@
|
||||
[:op :keyword]
|
||||
[:self :uuid]
|
||||
[:parents {:optional true} [:sequential :uuid]]
|
||||
[:left {:optional true} [:maybe :uuid]] ;nil when it's :no-order block
|
||||
[:block/order {:optional true} :string]
|
||||
[:hash {:optional true} :int]
|
||||
[:db/ident {:optional true} :keyword]
|
||||
[::m/default extra-attr-map-schema]]]
|
||||
|
||||
Reference in New Issue
Block a user