Lint
parent
dfdeb7b113
commit
4049931924
www/common
|
@ -243,7 +243,7 @@ define([
|
|||
if (msg) {
|
||||
msg = msg.replace(/^cp\|/, '');
|
||||
var decryptedMsg = crypto.decrypt(msg, secret.keys.validateKey);
|
||||
msgs.push(decryptedMsg)
|
||||
msgs.push(decryptedMsg);
|
||||
}
|
||||
};
|
||||
network.on('message', onMsg);
|
||||
|
|
Loading…
Reference in New Issue