mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 18:56:11 +02:00
❇️ Fix linter warnings
This commit is contained in:
parent
fbf1c10077
commit
234a698538
10 changed files with 55 additions and 115 deletions
|
@ -182,7 +182,7 @@
|
|||
(rx/map #(vector (get files file-id) %)))))))))
|
||||
|
||||
(defmethod impl/handler :export-file
|
||||
[{:keys [team-id project-id files] :as message}]
|
||||
[{:keys [team-id files] :as message}]
|
||||
|
||||
(->> (rx/from files)
|
||||
(rx/mapcat #(export-file team-id %))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue