0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 11:01:20 -05:00

🐛 Fix pipeline for thumbnails

This commit is contained in:
alonso.torres 2023-01-16 17:42:17 +01:00
parent ff6f0b2744
commit 0ae42be851

View file

@ -85,7 +85,7 @@
(rx/merge
;; 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/flat-map #(rp/cmd! :upsert-file-object-thumbnail params))
(->> (rp/cmd! :upsert-file-object-thumbnail params)
(rx/catch #(rx/empty))
(rx/ignore))))