File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 metricConnectionTotalPingCount = promauto .NewCounter (
7777 prometheus.CounterOpts {
7878 Name : "jetkvm_connection_total_ping_count" ,
79- Help : "The total number of pings sent to the" ,
79+ Help : "The total number of pings sent to the connection " ,
8080 },
8181 )
8282 metricConnectionSessionRequestCount = promauto .NewCounter (
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ export default function KvmIdRoute() {
287287 if ( ignoreOffer . current ) return ;
288288
289289 // Set so we don't accept an answer while we're setting the remote description
290- isSettingRemoteAnswerPending . current = parsedMessage . type == "answer" ;
290+ isSettingRemoteAnswerPending . current = parsedMessage . type === "answer" ;
291291 console . log (
292292 "[Websocket] Setting remote answer pending" ,
293293 isSettingRemoteAnswerPending . current ,
You can’t perform that action at this time.
0 commit comments