0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -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 (sm/def! ::get-page
[:map {:title "GetPage"} [:map {:title "GetPage"}
[:file-id ::sm/uuid]
[:page-id {:optional true} ::sm/uuid] [:page-id {:optional true} ::sm/uuid]
[:object-id {:optional true} ::sm/uuid] [:object-id {:optional true} ::sm/uuid]
[:features {:optional true} ::features]]) [:features {:optional true} ::features]])