From d3841b766f9d37d557646003899f67525c5f755f Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Tue, 5 Oct 2021 17:04:09 +0200 Subject: chore: add eslint-plugin-unicorn (#733) --- recipes/cliq/webview.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/cliq') diff --git a/recipes/cliq/webview.js b/recipes/cliq/webview.js index 0c6e550..23607bd 100644 --- a/recipes/cliq/webview.js +++ b/recipes/cliq/webview.js @@ -1,7 +1 @@ -module.exports = Ferdi => { - const getMessages = () => { - // Ferdi.setBadge(ConversationsList.getUnreadBadgeCount()); - }; - - Ferdi.loop(getMessages); -}; +module.exports = Ferdi => Ferdi; -- cgit v1.2.3-54-g00ecf