From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/google-translate/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/google-translate') diff --git a/recipes/google-translate/webview.js b/recipes/google-translate/webview.js index 9875d8e..41aa5e0 100644 --- a/recipes/google-translate/webview.js +++ b/recipes/google-translate/webview.js @@ -4,7 +4,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de module.exports = Ferdi => { // TODO: If your google-translate service has unread messages, uncomment these lines to implement the logic for updating the badges - // const getMessages = function getMessages() { + // const getMessages = () => { // // TODO: Insert your notification-finding code here // Ferdi.setBadge(0, 0); // }; -- cgit v1.2.3-54-g00ecf