0
Fork 0
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:
Andrey Antukh 2022-08-08 09:00:00 +02:00
parent 6d61f75db6
commit 61f2799e49

View file

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