0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

Add :auth key on the load data pipeline.

This commit is contained in:
Andrey Antukh 2016-02-24 17:18:24 +02:00
parent 94203d907e
commit 94bdf67c17

View file

@ -51,6 +51,7 @@
(reduce stpr/assoc-project $ (:projects data))
(reduce stpr/assoc-page $ (:pages data))
(reduce assoc-color $ (:color-collections data))
(reduce assoc-shape $ (:shapes data)))
(reduce assoc-shape $ (:shapes data))
(assoc $ :auth (:auth data)))
state))))