mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Enable migrations on calculate file library summary
This commit is contained in:
parent
b5648e1241
commit
fc35dc77ce
@ -588,7 +588,7 @@
|
|||||||
|
|
||||||
calculate-from-db
|
calculate-from-db
|
||||||
(fn []
|
(fn []
|
||||||
(let [file (bfc/get-file cfg id :migrate? false)
|
(let [file (bfc/get-file cfg id)
|
||||||
result (binding [pmap/*load-fn* (partial feat.fdata/load-pointer cfg id)]
|
result (binding [pmap/*load-fn* (partial feat.fdata/load-pointer cfg id)]
|
||||||
(calculate-library-summary file))]
|
(calculate-library-summary file))]
|
||||||
(-> file
|
(-> file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user