Skip to content

Commit

Permalink
fix(rtc): fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Jun 13, 2024
1 parent fdb22d0 commit ae0ea79
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/frontend/worker/rtc/const.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
[:sequential
[:map
[:block/uuid :uuid]
::m/default extra-attr-map-schema]]]
[::m/default extra-attr-map-schema]]]]
[:affected-blocks {:optional true}
[:map-of :uuid
[:multi {:dispatch :op :decode/string #(update % :op keyword)}
Expand Down Expand Up @@ -196,12 +196,6 @@
[:action :string]
[:graph-uuid :string]
[:block-uuids [:sequential :uuid]]]]
["query-block-tree"
[:map
[:req-id :string]
[:action :string]
[:graph-uuid :string]
[:root-block-uuid :uuid]]]
["update-assets"
[:map
[:req-id :string]
Expand Down

0 comments on commit ae0ea79

Please sign in to comment.