mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 19:11:20 -05:00
🔥 Remove unused code.
This commit is contained in:
parent
4f6f4eea4c
commit
a14a71c222
1 changed files with 0 additions and 6 deletions
|
@ -42,12 +42,6 @@
|
|||
{:status 400
|
||||
:body error})))
|
||||
|
||||
(defmethod handle-exception :ratelimit
|
||||
[_ _]
|
||||
{:status 429
|
||||
:headers {"retry-after" 1000}
|
||||
:body ""})
|
||||
|
||||
(defmethod handle-exception :not-found
|
||||
[err _]
|
||||
(let [response (ex-data err)]
|
||||
|
|
Loading…
Add table
Reference in a new issue