From 0732773bba97a25fa48bc28ca51791619693c3c5 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 17 May 2019 18:28:45 +0200 Subject: [PATCH] lint compliance --- www/common/outer/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index a66fe55b7..da7b8bf90 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -160,7 +160,7 @@ proxy.mailboxes = { hash: h }, ctx.clients); }; - ctx.store.proxy.on('change', ['mailboxes', type], function (o, n, p, r) { + ctx.store.proxy.on('change', ['mailboxes', type], function (o, n, p) { if (p[2] === 'lastKnownHash') { // Hide everything up to this hash var sliceIdx;