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 e07a572
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/main/frontend/worker/rtc/const.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
[:failed-ops {:optional true} [:sequential to-ws-op-schema]]
[:s3-presign-url {:optional true} :string]
[:refed-blocks {:optional true}
[:sequential
[:map
[:block/uuid :uuid]
::m/default extra-attr-map-schema]]]
[:maybe
[:sequential
[:map
[:block/uuid :uuid]
[::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 +197,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 e07a572

Please sign in to comment.