0
Fork 0
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:
Andrey Antukh 2020-12-21 09:11:20 +01:00 committed by Alonso Torres
parent 4f6f4eea4c
commit a14a71c222

View file

@ -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)]