From 3f500cfd5ca6957d193b2ee2ed65edef36b29672 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 1 Jul 2019 18:19:54 +0200 Subject: [PATCH] lint compliance --- www/common/outer/mailbox-handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/mailbox-handlers.js b/www/common/outer/mailbox-handlers.js index befd0d11f..10e61fb60 100644 --- a/www/common/outer/mailbox-handlers.js +++ b/www/common/outer/mailbox-handlers.js @@ -188,7 +188,7 @@ define([ type: box.type, hash: hash } - } + }; cb(false, toRemove); };