From c26bbba73a3bb373d1589e723b0466e9fa056298 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 4 May 2020 13:34:48 +0200 Subject: [PATCH] lint compliance --- www/common/outer/mailbox-handlers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/outer/mailbox-handlers.js b/www/common/outer/mailbox-handlers.js index 7889aa6e1..290614718 100644 --- a/www/common/outer/mailbox-handlers.js +++ b/www/common/outer/mailbox-handlers.js @@ -597,7 +597,6 @@ define([ var channel = content.channel; if (!channel) { return void cb(true); } - var res = ctx.store.manager.findChannel(channel); var title, href; ctx.Store.getAllStores().some(function (s) {