From dd387e21bdd6facac1b0e0e5262944f0233ca143 Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Sat, 4 Oct 2025 00:51:12 -0500 Subject: [PATCH] Update ui/src/routes/devices.$id.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- ui/src/routes/devices.$id.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/routes/devices.$id.tsx b/ui/src/routes/devices.$id.tsx index 75bfdc15..7a937160 100644 --- a/ui/src/routes/devices.$id.tsx +++ b/ui/src/routes/devices.$id.tsx @@ -589,7 +589,7 @@ export default function KvmIdRoute() { api.POST(`${CLOUD_API}/webrtc/turn_activity`, { bytesReceived: bytesReceivedDelta, bytesSent: bytesSentDelta, - }).catch(()=>{ + }).catch(() => { // we don't care about errors here, but we don't want unhandled promise rejections }); }, 10000);