mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 20:31:38 +02:00
🐛 Fixed issue with shared token for logged users
This commit is contained in:
parent
489dc521e3
commit
1b5efa6ba2
4 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@
|
|||
(t/is (nil? (:error out)))
|
||||
|
||||
(let [result (:result out)]
|
||||
(t/is (contains? result :share-token))
|
||||
(t/is (contains? result :token))
|
||||
(t/is (contains? result :page))
|
||||
(t/is (contains? result :file))
|
||||
(t/is (contains? result :project)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue