Skip to content

Commit

Permalink
fix: minor fix in deserialization API use
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 10, 2023
1 parent a1ae41c commit 786b6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client/network/protocol37/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ Operation.prototype.parseRecord = function(
.readInt("version")
.readBytes("value", function(data, key) {
data[key] = deserializer.deserialize(
3, // Generic Element
data[key],
this.data.transformerFunctions
);
Expand Down

0 comments on commit 786b6e5

Please sign in to comment.