mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
🐛 Fix incorrect feature checkong on get-viewer-bundle rpc method
This commit is contained in:
parent
afa735a9c1
commit
bfc124b907
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
_ (-> (cfeat/get-team-enabled-features cf/flags team)
|
||||
(cfeat/check-client-features! (:features params))
|
||||
(cfeat/check-file-features! (:features file) (:features params)))
|
||||
(cfeat/check-file-features! (:features file)))
|
||||
|
||||
file (cond-> file
|
||||
(= :share-link (:type perms))
|
||||
|
|
Loading…
Add table
Reference in a new issue