mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 19:01:39 +02:00
🐛 Fix pipeline for thumbnails
This commit is contained in:
parent
ff6f0b2744
commit
0ae42be851
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
(rx/merge
|
(rx/merge
|
||||||
;; Update the local copy of the thumbnails so we don't need to request it again
|
;; Update the local copy of the thumbnails so we don't need to request it again
|
||||||
(rx/of #(update % :workspace-thumbnails assoc object-id data))
|
(rx/of #(update % :workspace-thumbnails assoc object-id data))
|
||||||
(->> (rx/flat-map #(rp/cmd! :upsert-file-object-thumbnail params))
|
(->> (rp/cmd! :upsert-file-object-thumbnail params)
|
||||||
(rx/catch #(rx/empty))
|
(rx/catch #(rx/empty))
|
||||||
(rx/ignore))))
|
(rx/ignore))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue