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/bitwarden/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/bitwarden/webview.js') diff --git a/recipes/bitwarden/webview.js b/recipes/bitwarden/webview.js index 3d2e783..9048e1a 100644 --- a/recipes/bitwarden/webview.js +++ b/recipes/bitwarden/webview.js @@ -4,7 +4,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de module.exports = Ferdi => { // TODO: If your bitwarden 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