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/teamwork-projects/package.json | 2 +- recipes/teamwork-projects/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/teamwork-projects') diff --git a/recipes/teamwork-projects/package.json b/recipes/teamwork-projects/package.json index 50810b0..bbb203a 100644 --- a/recipes/teamwork-projects/package.json +++ b/recipes/teamwork-projects/package.json @@ -1,7 +1,7 @@ { "id": "teamwork-projects", "name": "Teamwork Projects", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "config": { "serviceURL": "https://{teamId}.teamwork.com/", diff --git a/recipes/teamwork-projects/webview.js b/recipes/teamwork-projects/webview.js index 734eb4f..aa3e7be 100644 --- a/recipes/teamwork-projects/webview.js +++ b/recipes/teamwork-projects/webview.js @@ -1,5 +1,5 @@ module.exports = (Ferdi) => { - function getMessages() { + const getMessages = () => { let indirectCount = 0; const badge = document.getElementById('numNotifs2'); -- cgit v1.2.3-70-g09d2