Update ui/src/routes/devices.$id.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Brooks 2025-10-04 00:51:12 -05:00 committed by GitHub
parent 0ef128e6f2
commit dd387e21bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);