aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fleep/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fleep/webview.js')
-rw-r--r--recipes/fleep/webview.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/fleep/webview.js b/recipes/fleep/webview.js
index 85b5365..eaefbd1 100644
--- a/recipes/fleep/webview.js
+++ b/recipes/fleep/webview.js
@@ -1,7 +1,3 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = Ferdi => { 1module.exports = Ferdi => {
6 const getMessages = () => { 2 const getMessages = () => {
7 // Count number of conversations or teams with unread messages 3 // Count number of conversations or teams with unread messages
@@ -10,6 +6,4 @@ module.exports = Ferdi => {
10 }; 6 };
11 7
12 Ferdi.loop(getMessages); 8 Ferdi.loop(getMessages);
13
14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
15}; 9};