server icon indicating copy to clipboard operation
server copied to clipboard

Fix deserialization logic in ServerGenericResponse class

Open coderabbitai[bot] opened this issue 1 year ago • 0 comments
trafficstars

The deserialization logic in the ServerGenericResponse class is currently overwriting the _data field. The correct subarrays should be assigned to _data and _data2 to prevent data overwrite. Please refer to the discussion in PR #2037 for more details: https://github.com/rustymotors/server/pull/2037#discussion_r1724152092

coderabbitai[bot] avatar Aug 22 '24 08:08 coderabbitai[bot]