aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dockerhub/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dockerhub/webview.js')
-rw-r--r--recipes/dockerhub/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dockerhub/webview.js b/recipes/dockerhub/webview.js
index 1fd69e8..04d0413 100644
--- a/recipes/dockerhub/webview.js
+++ b/recipes/dockerhub/webview.js
@@ -4,7 +4,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
4 4
5module.exports = Ferdi => { 5module.exports = Ferdi => {
6 // TODO: If your docker hub service has unread messages, uncomment these lines to implement the logic for updating the badges 6 // TODO: If your docker hub service has unread messages, uncomment these lines to implement the logic for updating the badges
7 // const getMessages = function getMessages() { 7 // const getMessages = () => {
8 // // TODO: Insert your notification-finding code here 8 // // TODO: Insert your notification-finding code here
9 // Ferdi.setBadge(0, 0); 9 // Ferdi.setBadge(0, 0);
10 // }; 10 // };