0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🔥 Remove unused stacktrace.

This commit is contained in:
Andrey Antukh 2021-05-07 13:15:48 +02:00
parent 3bb3fcfbda
commit 4405bd95f9
2 changed files with 2 additions and 4 deletions

View file

@ -65,9 +65,7 @@
"- detail: " (cfg/get :public-uri) "/dbg/error-by-id/" id "\n"
"- profile-id: `" (:profile-id cdata) "`\n"
"- host: `" host "`\n"
"- version: `" version "`\n"
(when error
(str "```\n" (:trace error) "\n```")))
"- version: `" version "`\n")
rsp (http/send! {:uri uri
:method :post
:headers {"content-type" "application/json"}

View file

@ -1 +1 @@
1.5.0-alpha
1.5.2-alpha