aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binance/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/binance/webview.js')
-rw-r--r--recipes/binance/webview.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/binance/webview.js b/recipes/binance/webview.js
index c9d1047..2a67595 100644
--- a/recipes/binance/webview.js
+++ b/recipes/binance/webview.js
@@ -1,14 +1,8 @@
1var _path = _interopRequireDefault(require('path')); 1module.exports = () => {
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = Ferdi => {
6 // TODO: If your binance service has unread messages, uncomment these lines to implement the logic for updating the badges 2 // TODO: If your binance service has unread messages, uncomment these lines to implement the logic for updating the badges
7 // const getMessages = () => { 3 // const getMessages = () => {
8 // // TODO: Insert your notification-finding code here 4 // // TODO: Insert your notification-finding code here
9 // Ferdi.setBadge(0, 0); 5 // Ferdi.setBadge(0, 0);
10 // }; 6 // };
11 // Ferdi.loop(getMessages); 7 // Ferdi.loop(getMessages);
12
13 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
14}; 8};