We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099d96 commit fc5ba48Copy full SHA for fc5ba48
packages/bolt-connection/src/bolt/bolt-protocol-v5x0.transformer.js
@@ -78,7 +78,7 @@ function createUnboundRelationshipTransformer (config) {
78
const unboundRelationshipTransformer = v4x4.createUnboundRelationshipTransformer(config)
79
return unboundRelationshipTransformer.extendsWith({
80
fromStructure: struct => {
81
- this._verifyStructSize(
+ structure.verifyStructSize(
82
'UnboundRelationship',
83
UNBOUND_RELATIONSHIP_STRUCT_SIZE,
84
struct.size
0 commit comments