mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
commit
99aea77355
2 changed files with 1 additions and 2 deletions
|
@ -85,7 +85,6 @@
|
|||
(let [payload (prepare-payload event)
|
||||
response (make-request cfg payload)]
|
||||
(when-not (= 204 (:status response))
|
||||
(map? response)
|
||||
(l/error :hint "error on sending log to loki (unexpected response)"
|
||||
:response (pr-str response))))
|
||||
(catch Throwable cause
|
||||
|
|
|
@ -110,4 +110,4 @@
|
|||
|
||||
(defn thread-sleep
|
||||
[ms]
|
||||
(Thread/sleep ms))
|
||||
(Thread/sleep (long ms)))
|
||||
|
|
Loading…
Add table
Reference in a new issue