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.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes/NewsBlur/webview.js b/recipes/NewsBlur/webview.js
index 67e7bbb..7e19dff 100644
--- a/recipes/NewsBlur/webview.js
+++ b/recipes/NewsBlur/webview.js
@@ -1,11 +1,2 @@
1const path = require('path'); 1module.exports = Ferdi => {
2
3module.exports = (Franz, options) => {
4 const getMessages = () => {
5 const unreadCount = 0;
6
7 Franz.setBadge(unreadCount);
8 };
9
10 Franz.loop(getMessages);
11}; 2};