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/ciscospark/package.json | 2 +- recipes/ciscospark/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/ciscospark') diff --git a/recipes/ciscospark/package.json b/recipes/ciscospark/package.json index dbf031e..06e05eb 100644 --- a/recipes/ciscospark/package.json +++ b/recipes/ciscospark/package.json @@ -1,7 +1,7 @@ { "id": "ciscospark", "name": "Cisco Spark", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://web.ciscospark.com", diff --git a/recipes/ciscospark/webview.js b/recipes/ciscospark/webview.js index 8de5b8d..9cc66b2 100644 --- a/recipes/ciscospark/webview.js +++ b/recipes/ciscospark/webview.js @@ -5,7 +5,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de module.exports = Ferdi => { const UNREAD_BADGE_SELECTOR = '.navigation-item--badgeCount'; - const getMessages = function getMessages() { + const getMessages = () => { let directCount = 0; let indirectCount = 0; -- cgit v1.2.3-70-g09d2