enhance(rtc): replace :left by :block/order in query-response

This commit is contained in:
rcmerci
2024-06-10 23:48:05 +08:00
parent 5e92d6610c
commit d574cc3b0e
2 changed files with 64 additions and 62 deletions

View File

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