aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho-projects/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zoho-projects/webview.js')
-rw-r--r--recipes/zoho-projects/webview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/zoho-projects/webview.js b/recipes/zoho-projects/webview.js
index 7d42966..2d2d85f 100644
--- a/recipes/zoho-projects/webview.js
+++ b/recipes/zoho-projects/webview.js
@@ -2,7 +2,7 @@ module.exports = () => {
2 // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges 2 // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => { 3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here 4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0); 5 // Ferdium.setBadge(0, 0);
6 // }; 6 // };
7 // Ferdi.loop(getMessages); 7 // Ferdium.loop(getMessages);
8}; 8};