fix(rtc): fix :update-schema op, must have :db/valueType key

This commit is contained in:
rcmerci
2024-06-07 18:10:49 +08:00
parent 6fac75a036
commit 806e24fff7
2 changed files with 10 additions and 10 deletions

View File

@@ -55,8 +55,8 @@
[:map
[:block-uuid :uuid]
[:db/ident :keyword]
[:db/valueType :keyword]
[:db/cardinality {:optional true} :keyword]
[:db/valueType {:optional true} :keyword]
[:db/index {:optional true} :boolean]]]]])
(def to-ws-ops-validator (m/validator [:sequential to-ws-op-schema]))