mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix unexpected response truncation on viewer
This commit is contained in:
parent
6d61f75db6
commit
61f2799e49
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…
Reference in a new issue