aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binance
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/binance')
-rw-r--r--recipes/binance/package.json2
-rw-r--r--recipes/binance/webview.js8
2 files changed, 1 insertions, 9 deletions
diff --git a/recipes/binance/package.json b/recipes/binance/package.json
index 4f7eaab..1590823 100644
--- a/recipes/binance/package.json
+++ b/recipes/binance/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "binance", 2 "id": "binance",
3 "name": "Binance", 3 "name": "Binance",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://accounts.binance.com" 7 "serviceURL": "https://accounts.binance.com"
diff --git a/recipes/binance/webview.js b/recipes/binance/webview.js
deleted file mode 100644
index 2a67595..0000000
--- a/recipes/binance/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1module.exports = () => {
2 // TODO: If your binance 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};