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/pulsesms/package.json | 2 +- recipes/pulsesms/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/pulsesms') diff --git a/recipes/pulsesms/package.json b/recipes/pulsesms/package.json index a939717..a980b56 100644 --- a/recipes/pulsesms/package.json +++ b/recipes/pulsesms/package.json @@ -1,7 +1,7 @@ { "id": "pulsesms", "name": "PulseSMS", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "config": { "serviceURL": "https://pulsesms.app", diff --git a/recipes/pulsesms/webview.js b/recipes/pulsesms/webview.js index 6904fbc..48bb2ad 100644 --- a/recipes/pulsesms/webview.js +++ b/recipes/pulsesms/webview.js @@ -1,5 +1,5 @@ module.exports = (Ferdi) => { - function getMessages() { + const getMessages = () => { Ferdi.setBadge(document.querySelector('#unread_count').innerHTML.replace(/\s/g, '')); } -- cgit v1.2.3-70-g09d2