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/hipchat/package.json | 2 +- recipes/hipchat/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/hipchat') diff --git a/recipes/hipchat/package.json b/recipes/hipchat/package.json index dbcc059..b0437f6 100644 --- a/recipes/hipchat/package.json +++ b/recipes/hipchat/package.json @@ -1,7 +1,7 @@ { "id": "hipchat", "name": "HipChat", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "serviceURL": "https://{teamId}.hipchat.com/chat", diff --git a/recipes/hipchat/webview.js b/recipes/hipchat/webview.js index c201f00..8748926 100644 --- a/recipes/hipchat/webview.js +++ b/recipes/hipchat/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const directMessages = document.querySelectorAll('.hc-mention').length; const allMessages = document.querySelectorAll('.aui-badge:not(.hc-mention)').length - directMessages; -- cgit v1.2.3-70-g09d2