reference eror
This commit is contained in:
parent
6213ebdd2b
commit
1f0ca74779
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class Mediator {
|
|||
socket.on(eventName, _data => {
|
||||
try {
|
||||
if (Encryption.isNonEncrypted(eventName)) {
|
||||
return cb(data)
|
||||
return cb(_data)
|
||||
}
|
||||
|
||||
if (!_data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue