mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 13:21:39 +02:00
✨ Minor naming change on page query parameters.
This commit is contained in:
parent
d1e4f0de3e
commit
1b3b3b0ee6
2 changed files with 25 additions and 19 deletions
|
@ -34,7 +34,7 @@
|
|||
(let [uri (u/join (cfg/get-public-uri) "api/rpc/query/page")
|
||||
params {:file-id file-id
|
||||
:id page-id
|
||||
:strip-thumbnails true}]
|
||||
:strip-frames-with-thumbnails true}]
|
||||
(->> (http/send!
|
||||
{:method :get
|
||||
:uri uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue