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:
parent
3bb3fcfbda
commit
4405bd95f9
2 changed files with 2 additions and 4 deletions
|
@ -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"}
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.5.0-alpha
|
||||
1.5.2-alpha
|
||||
|
|
Loading…
Add table
Reference in a new issue