From bf0fd64a70ff46da1df6afe1e5efd11cf4146a99 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 27 May 2019 15:07:11 +0200 Subject: [PATCH] lint compliance --- www/common/outer/mailbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index c6b20b564..4deaea5e2 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -198,6 +198,7 @@ proxy.mailboxes = { // NOTE: we use our own curvePublic so that we can decrypt our own message :) box.sendMessage = function (_msg, cb) { cb = cb || function () {}; + var msg; try { msg = JSON.stringify(_msg); } catch (e) {