Skip to content

Commit a491782

Browse files
committed
closes #84
1 parent 72f6507 commit a491782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/topics/peer-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PeerNode {
3333
op: 'publish',
3434
id: 'publish:'+this.peer.opId,
3535
topic: topic.path,
36-
sender: { uuid: this.uuid, identity: this.peer.remoteIdentity },
36+
sender: { uuid: this.peer.uuid, identity: this.peer.remoteIdentity },
3737
msg: data
3838
}))
3939

0 commit comments

Comments
 (0)