mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 16:18:32 +02:00
✨ Fix linter issues on frontend (part 1).
This commit is contained in:
parent
09314c8926
commit
e90185b553
53 changed files with 324 additions and 748 deletions
|
@ -82,7 +82,7 @@
|
|||
worker))
|
||||
|
||||
(defn- handle-response
|
||||
[{:keys [payload error dropped] :as response}]
|
||||
[{:keys [payload error dropped]}]
|
||||
(when-not dropped
|
||||
(if-let [{:keys [data message]} error]
|
||||
(throw (ex-info message data))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue