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/monday/package.json | 2 +- recipes/monday/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/monday') diff --git a/recipes/monday/package.json b/recipes/monday/package.json index 5b6af2f..c29e7a8 100644 --- a/recipes/monday/package.json +++ b/recipes/monday/package.json @@ -1,7 +1,7 @@ { "id": "monday", "name": "Monday", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://{teamId}.monday.com", diff --git a/recipes/monday/webview.js b/recipes/monday/webview.js index 924c071..15f6335 100755 --- a/recipes/monday/webview.js +++ b/recipes/monday/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 = () => { let count = 0; const counters = document.querySelectorAll('.surface-control-component .item-counter, .surface-control-component .view-item-counter'); -- cgit v1.2.3-54-g00ecf