mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🐛 Fix unexpected response truncation on viewer
This commit is contained in:
parent
e1972692ab
commit
7611aec4c6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
(defn decode-share-link-row
|
||||
[row]
|
||||
(-> row
|
||||
(dissoc :flags)
|
||||
(update :pages db/decode-pgarray #{})))
|
||||
|
||||
(defn retrieve-share-link
|
||||
|
|
Loading…
Add table
Reference in a new issue