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:
parent
ddeb540df6
commit
d016876710
1 changed files with 1 additions and 0 deletions
|
@ -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]])
|
||||
|
|
Loading…
Reference in a new issue