Skip to content

Commit

Permalink
Update lib/network/rpc/sio-stream.ts
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier committed Jan 2, 2025
1 parent 08504fe commit c57ffdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/network/rpc/sio-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
Expand Down

0 comments on commit c57ffdd

Please sign in to comment.