From 4049931924bc7f248ee8af19f91cb9b57653b595 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 25 Sep 2017 11:51:24 +0200 Subject: [PATCH] Lint --- www/common/sframe-common-outer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index f5af1503f..8bb1fd3db 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -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);