From c57ffdd739b36d59f864198b650a53fcd1804f0d Mon Sep 17 00:00:00 2001 From: benzekrimaha <144012792+benzekrimaha@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:32:17 +0100 Subject: [PATCH] Update lib/network/rpc/sio-stream.ts Co-authored-by: William <91462779+williamlardier@users.noreply.github.com> --- lib/network/rpc/sio-stream.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/network/rpc/sio-stream.ts b/lib/network/rpc/sio-stream.ts index 634d63f7f..6d1ed1251 100644 --- a/lib/network/rpc/sio-stream.ts +++ b/lib/network/rpc/sio-stream.ts @@ -414,7 +414,6 @@ class SIOStreamSocket { decodedObj = {}; // user objects are simple flat objects and we want to // copy all their properties - for (const k in arg) { decodedObj[k] = this.decodeStreams(arg[k]); }