mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 12:51:37 +02: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
|
{:status 400
|
||||||
:body error})))
|
:body error})))
|
||||||
|
|
||||||
(defmethod handle-exception :ratelimit
|
|
||||||
[_ _]
|
|
||||||
{:status 429
|
|
||||||
:headers {"retry-after" 1000}
|
|
||||||
:body ""})
|
|
||||||
|
|
||||||
(defmethod handle-exception :not-found
|
(defmethod handle-exception :not-found
|
||||||
[err _]
|
[err _]
|
||||||
(let [response (ex-data err)]
|
(let [response (ex-data err)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue