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/whereby/package.json | 2 +- recipes/whereby/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/whereby') diff --git a/recipes/whereby/package.json b/recipes/whereby/package.json index 5ca5c17..2a7af3f 100644 --- a/recipes/whereby/package.json +++ b/recipes/whereby/package.json @@ -1,7 +1,7 @@ { "id": "whereby", "name": "whereby.com", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "config": { "serviceURL": "https://whereby.com/{teamId}", diff --git a/recipes/whereby/webview.js b/recipes/whereby/webview.js index 0e5529e..52d6d7b 100644 --- a/recipes/whereby/webview.js +++ b/recipes/whereby/webview.js @@ -3,7 +3,7 @@ var _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const elements = document.querySelectorAll('.CxUIE, .unread'); let count = 0; -- cgit v1.2.3-54-g00ecf