mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix wring metrics usage on websocket module.
This commit is contained in:
parent
9ea90c3400
commit
2bd94aff0e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
;; connection
|
||||
(a/go-loop []
|
||||
(when-let [val (a/<! output-ch)]
|
||||
(call-mtx metrics :messages ["send"])
|
||||
(call-mtx metrics :messages {:labels ["send"]})
|
||||
(a/<! (ws-send! conn (t/encode-str val)))
|
||||
(recur)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue