mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
remove variable
This commit is contained in:
parent
2f1c696842
commit
faf9e2c943
1 changed files with 1 additions and 2 deletions
|
|
@ -291,9 +291,8 @@ class Connection extends EventEmitter {
|
|||
}
|
||||
|
||||
onExportContactResponse(bufferReader) {
|
||||
const raw = bufferReader.readRemainingBytes();
|
||||
this.emit(Constants.ResponseCodes.ExportContact, {
|
||||
advertPacketBytes: raw,
|
||||
advertPacketBytes: bufferReader.readRemainingBytes(),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue