Minor naming change on page query parameters.

This commit is contained in:
Andrey Antukh 2022-01-18 23:11:19 +01:00 committed by Andrés Moya
parent d1e4f0de3e
commit 1b3b3b0ee6
2 changed files with 25 additions and 19 deletions

View file

@ -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