0
Fork 0
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:
Andrey Antukh 2022-08-08 09:00:00 +02:00
parent e1972692ab
commit 7611aec4c6

View file

@ -11,6 +11,7 @@
(defn decode-share-link-row
[row]
(-> row
(dissoc :flags)
(update :pages db/decode-pgarray #{})))
(defn retrieve-share-link