0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

🐛 Fix missing schema tag option

This commit is contained in:
Aitor 2023-11-02 09:58:16 +01:00 committed by Alonso Torres
parent dd8480cd87
commit bb4d3583e1

View file

@ -284,11 +284,12 @@
(s/def ::data (s/nilable ::us/string))
(s/def ::object-id ::us/string)
(s/def ::tag ::us/string)
(s/def ::upsert-file-object-thumbnail
(s/keys :req [::rpc/profile-id]
:req-un [::file-id ::object-id]
:opt-un [::data]))
:opt-un [::data ::tag]))
(sv/defmethod ::upsert-file-object-thumbnail
{::doc/added "1.17"