0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Add missing file-id validation on get-page rpc method

This commit is contained in:
Andrey Antukh 2023-06-19 13:07:26 +02:00
parent ddeb540df6
commit d016876710

View file

@ -500,6 +500,7 @@
(sm/def! ::get-page
[:map {:title "GetPage"}
[:file-id ::sm/uuid]
[:page-id {:optional true} ::sm/uuid]
[:object-id {:optional true} ::sm/uuid]
[:features {:optional true} ::features]])