mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Add :auth key on the load data pipeline.
This commit is contained in:
parent
94203d907e
commit
94bdf67c17
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue