🐛 Fix regression on importing binfile-v1 files (#7359)

This commit is contained in:
Andrey Antukh 2025-09-23 11:38:33 +02:00 committed by GitHub
parent 59f7ede4ff
commit 11b75408fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,6 +148,7 @@
(->> (rp/cmd! ::sse/import-binfile
{:name (str/replace (:name data) #".penpot$" "")
:file file
:version 1
:project-id project-id})
(rx/tap (fn [event]
(let [payload (sse/get-payload event)