Skip to content

Commit fc5ba48

Browse files
committed
Fix unbound rel serialization
1 parent d099d96 commit fc5ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bolt-connection/src/bolt/bolt-protocol-v5x0.transformer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function createUnboundRelationshipTransformer (config) {
7878
const unboundRelationshipTransformer = v4x4.createUnboundRelationshipTransformer(config)
7979
return unboundRelationshipTransformer.extendsWith({
8080
fromStructure: struct => {
81-
this._verifyStructSize(
81+
structure.verifyStructSize(
8282
'UnboundRelationship',
8383
UNBOUND_RELATIONSHIP_STRUCT_SIZE,
8484
struct.size

0 commit comments

Comments
 (0)