aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho-projects/webview.js
diff options
context:
space:
mode:
authorLibravatar Alex Vayda <oleksandr.vayda@gmail.com>2022-02-16 12:42:53 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-16 12:42:53 +0100
commitd00608db5c3285202174099bb34ee5dca08b0642 (patch)
tree93dfcf4fb0627fe231f57f5b5cadd1902510f1ea /recipes/zoho-projects/webview.js
parentdocs: add wajda as a contributor for code (#836) (diff)
downloadferdium-recipes-d00608db5c3285202174099bb34ee5dca08b0642.tar.gz
ferdium-recipes-d00608db5c3285202174099bb34ee5dca08b0642.tar.zst
ferdium-recipes-d00608db5c3285202174099bb34ee5dca08b0642.zip
Add Zoho Projects recipe (#830)
Diffstat (limited to 'recipes/zoho-projects/webview.js')
-rw-r--r--recipes/zoho-projects/webview.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/zoho-projects/webview.js b/recipes/zoho-projects/webview.js
new file mode 100644
index 0000000..7d42966
--- /dev/null
+++ b/recipes/zoho-projects/webview.js
@@ -0,0 +1,8 @@
1module.exports = () => {
2 // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0);
6 // };
7 // Ferdi.loop(getMessages);
8};