aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/amazon-web-services/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
commitbe4c5abcae4ef3d49bec8dba632381989af05311 (patch)
tree0b639af042860536972a5681021dd90baa9e1340 /recipes/amazon-web-services/webview.js
parentchore: upgrade dependencies to latest (#782) (diff)
downloadferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.gz
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.zst
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.zip
fix: extending #782 - remove dummy 'webview.js' files.
Diffstat (limited to 'recipes/amazon-web-services/webview.js')
-rw-r--r--recipes/amazon-web-services/webview.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/amazon-web-services/webview.js b/recipes/amazon-web-services/webview.js
deleted file mode 100644
index 877bce7..0000000
--- a/recipes/amazon-web-services/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1module.exports = () => {
2 // TODO: If your amazon-web-services 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};