From 12dd647a469f03b711e84dc5693e17b044e44d1b Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 4 Sep 2019 11:13:17 +0200 Subject: [PATCH] lint compliance --- www/common/outer/mailbox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index 898324691..ac8c1aa95 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -89,7 +89,6 @@ proxy.mailboxes = { if (!anonRpc) { return void cb({error: "anonymous rpc session not ready"}); } var crypto = Crypto.Mailbox.createEncryptor(keys); - var network = ctx.store.network; var text = JSON.stringify({ type: type, @@ -100,7 +99,7 @@ proxy.mailboxes = { anonRpc.send("WRITE_PRIVATE_MESSAGE", [ user.channel, ciphertext - ], function (err, response) { + ], function (err /*, response */) { if (err) { return void cb({ error: err,