From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/fleep/package.json | 2 +- recipes/fleep/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/fleep') diff --git a/recipes/fleep/package.json b/recipes/fleep/package.json index 3510738..a03d7a4 100644 --- a/recipes/fleep/package.json +++ b/recipes/fleep/package.json @@ -1,7 +1,7 @@ { "id": "fleep", "name": "Fleep", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "serviceURL": "https://fleep.io/chat" diff --git a/recipes/fleep/webview.js b/recipes/fleep/webview.js index e760af8..85b5365 100644 --- a/recipes/fleep/webview.js +++ b/recipes/fleep/webview.js @@ -3,7 +3,7 @@ const _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { // Count number of conversations or teams with unread messages const count = document.querySelectorAll('.unread-count').length; Ferdi.setBadge(count, 0); -- cgit v1.2.3-54-g00ecf