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/TickTick/package.json | 2 +- recipes/TickTick/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/TickTick') diff --git a/recipes/TickTick/package.json b/recipes/TickTick/package.json index c7d3b58..3b5156c 100644 --- a/recipes/TickTick/package.json +++ b/recipes/TickTick/package.json @@ -1,7 +1,7 @@ { "id": "TickTick", "name": "TickTick", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "config": { "serviceURL": "https://www.ticktick.com/#p/inbox/tasks" diff --git a/recipes/TickTick/webview.js b/recipes/TickTick/webview.js index 927bb08..ae3265b 100644 --- a/recipes/TickTick/webview.js +++ b/recipes/TickTick/webview.js @@ -1,5 +1,5 @@ module.exports = (Ferdi) => { - const getMessages = function getMessages() { + const getMessages = () => { // all overdue items are being counted const count = document.querySelectorAll('.duedate-overdue').length; -- cgit v1.2.3-54-g00ecf