@@ -280,7 +280,6 @@
[:t-before :int]]
[:map
[:req-id :string]
- [:schema-version db-schema/major-schema-version-string-schema]
[:action :string]
[:profile {:optional true} :boolean]
[:s3-key :string]]]]
@@ -61,7 +61,7 @@
message* (if s3-key
(-> message
(assoc :s3-key s3-key)
- (dissoc :graph-uuid :ops :t-before))
+ (dissoc :graph-uuid :ops :t-before :schema-version))
message)]
(handle-remote-ex (m/? (ws/send&recv ws message* opts)))))]
(m/sp