Merge pull request #4159 from penpot/alotor-bugfix-viewer

Alotor bugfix viewer
This commit is contained in:
Aitor Moreno 2024-02-19 17:46:50 +01:00 committed by GitHub
commit 69ab02fc45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 54 additions and 47 deletions

View file

@ -347,6 +347,7 @@
(sv/defmethod ::get-file-fragment
"Retrieve a file fragment by its ID. Only authenticated users."
{::doc/added "1.17"
::rpc/auth false
::sm/params schema:get-file-fragment
::sm/result schema:file-fragment}
[{:keys [::db/pool] :as cfg} {:keys [::rpc/profile-id file-id fragment-id share-id]}]