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/threema/package.json | 2 +- recipes/threema/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/threema') diff --git a/recipes/threema/package.json b/recipes/threema/package.json index 365c1d8..f0a774d 100644 --- a/recipes/threema/package.json +++ b/recipes/threema/package.json @@ -1,7 +1,7 @@ { "id": "threema", "name": "Threema", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "repository": "https://github.com/Arany/franz-recipe-threema", "config": { diff --git a/recipes/threema/webview.js b/recipes/threema/webview.js index d303b1b..40f5203 100644 --- a/recipes/threema/webview.js +++ b/recipes/threema/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 = () => { const elements = document.querySelectorAll('.badge.unread-count:not(.ng-hide)'); let count = 0; -- cgit v1.2.3-54-g00ecf