aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/NewsBlur/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/NewsBlur/webview.js')
-rw-r--r--recipes/NewsBlur/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/NewsBlur/webview.js b/recipes/NewsBlur/webview.js
index 15704f4..67e7bbb 100644
--- a/recipes/NewsBlur/webview.js
+++ b/recipes/NewsBlur/webview.js
@@ -5,7 +5,7 @@ module.exports = (Franz, options) => {
5 const unreadCount = 0; 5 const unreadCount = 0;
6 6
7 Franz.setBadge(unreadCount); 7 Franz.setBadge(unreadCount);
8 } 8 };
9 9
10 Franz.loop(getMessages); 10 Franz.loop(getMessages);
11}; 11};