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:
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-page $ (:pages data))
|
||||
(reduce assoc-color $ (:color-collections data))
|
||||
(reduce assoc-shape $ (:shapes data)))
|
||||
(reduce assoc-shape $ (:shapes data))
|
||||
(assoc $ :auth (:auth data)))
|
||||
state))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue