aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zoho-projects/webview.js
blob: 7d42966f592c3b119fb6790d4bfeb368a434b77a (plain) (blame)
1
2
3
4
5
6
7
8
module.exports = () => {
  // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges
  // const getMessages = () => {
  //   // TODO: Insert your notification-finding code here
  //   Ferdi.setBadge(0, 0);
  // };
  // Ferdi.loop(getMessages);
};