From be4c5abcae4ef3d49bec8dba632381989af05311 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 3 Dec 2021 18:30:57 +0530 Subject: fix: extending #782 - remove dummy 'webview.js' files. --- recipes/OVHCloud/package.json | 2 +- recipes/OVHCloud/webview.js | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 recipes/OVHCloud/webview.js (limited to 'recipes/OVHCloud') diff --git a/recipes/OVHCloud/package.json b/recipes/OVHCloud/package.json index de79901..51b34f4 100644 --- a/recipes/OVHCloud/package.json +++ b/recipes/OVHCloud/package.json @@ -1,7 +1,7 @@ { "id": "OVHCloud", "name": "OVH Cloud", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "config": { "serviceURL": "https://www.ovh.com/auth" diff --git a/recipes/OVHCloud/webview.js b/recipes/OVHCloud/webview.js deleted file mode 100644 index 0529314..0000000 --- a/recipes/OVHCloud/webview.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = () => { - // TODO: If your ovh-cloud 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); -}; -- cgit v1.2.3-54-g00ecf