mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 11:41:49 +02:00
❇️ Fix linter warnings
This commit is contained in:
parent
fbf1c10077
commit
234a698538
10 changed files with 55 additions and 115 deletions
|
@ -17,7 +17,6 @@
|
|||
[app.util.zip :as uz]
|
||||
[app.worker.impl :as impl]
|
||||
[beicon.core :as rx]
|
||||
[cuerdas.core :as str]
|
||||
[tubax.core :as tubax]))
|
||||
|
||||
;; Upload changes batches size
|
||||
|
@ -111,7 +110,7 @@
|
|||
(some? (:last-id file))
|
||||
(assoc-in [:id-mapping old-id] (:last-id file))
|
||||
|
||||
(not (empty? interactions))
|
||||
(d/not-empty? interactions)
|
||||
(assoc-in [:interactions old-id] interactions))))))
|
||||
|
||||
(defn post-process-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue