aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextdoor/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextdoor/webview.js')
-rw-r--r--recipes/nextdoor/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nextdoor/webview.js b/recipes/nextdoor/webview.js
index 0ea8f57..fbac111 100644
--- a/recipes/nextdoor/webview.js
+++ b/recipes/nextdoor/webview.js
@@ -5,7 +5,7 @@ module.exports = Ferdi => {
5 if (notificationBadge != undefined) { 5 if (notificationBadge != undefined) {
6 unread = notificationBadge.innerText; 6 unread = notificationBadge.innerText;
7 } 7 }
8 Ferdi.setBadge(parseInt(unread, 10)); 8 Ferdi.setBadge(unread);
9 }; 9 };
10 10
11 Ferdi.loop(getMessages); 11 Ferdi.loop(getMessages);