mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
Add :auth key on the load data pipeline.
This commit is contained in:
parent
94203d907e
commit
94bdf67c17
@ -51,6 +51,7 @@
|
|||||||
(reduce stpr/assoc-project $ (:projects data))
|
(reduce stpr/assoc-project $ (:projects data))
|
||||||
(reduce stpr/assoc-page $ (:pages data))
|
(reduce stpr/assoc-page $ (:pages data))
|
||||||
(reduce assoc-color $ (:color-collections data))
|
(reduce assoc-color $ (:color-collections data))
|
||||||
(reduce assoc-shape $ (:shapes data)))
|
(reduce assoc-shape $ (:shapes data))
|
||||||
|
(assoc $ :auth (:auth data)))
|
||||||
state))))
|
state))))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user