mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 00:26:10 +02:00
🐛 Fix missing schema tag option
This commit is contained in:
parent
dd8480cd87
commit
bb4d3583e1
1 changed files with 2 additions and 1 deletions
|
@ -284,11 +284,12 @@
|
||||||
|
|
||||||
(s/def ::data (s/nilable ::us/string))
|
(s/def ::data (s/nilable ::us/string))
|
||||||
(s/def ::object-id ::us/string)
|
(s/def ::object-id ::us/string)
|
||||||
|
(s/def ::tag ::us/string)
|
||||||
|
|
||||||
(s/def ::upsert-file-object-thumbnail
|
(s/def ::upsert-file-object-thumbnail
|
||||||
(s/keys :req [::rpc/profile-id]
|
(s/keys :req [::rpc/profile-id]
|
||||||
:req-un [::file-id ::object-id]
|
:req-un [::file-id ::object-id]
|
||||||
:opt-un [::data]))
|
:opt-un [::data ::tag]))
|
||||||
|
|
||||||
(sv/defmethod ::upsert-file-object-thumbnail
|
(sv/defmethod ::upsert-file-object-thumbnail
|
||||||
{::doc/added "1.17"
|
{::doc/added "1.17"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue