From 450b486dd5404a2c5e837f7b355a35d2c3a7f6fe Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 25 May 2024 11:33:10 +0530 Subject: Fix formatting issue that was causing build failure --- recipes/hangoutschat/package.json | 2 +- recipes/hangoutschat/webview.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/hangoutschat/package.json b/recipes/hangoutschat/package.json index 4c0b260..0f9f3f8 100644 --- a/recipes/hangoutschat/package.json +++ b/recipes/hangoutschat/package.json @@ -1,7 +1,7 @@ { "id": "hangoutschat", "name": "Hangouts Chat", - "version": "1.8.2", + "version": "1.8.3", "license": "MIT", "aliases": [ "google-chat", diff --git a/recipes/hangoutschat/webview.js b/recipes/hangoutschat/webview.js index 307a752..7d98824 100644 --- a/recipes/hangoutschat/webview.js +++ b/recipes/hangoutschat/webview.js @@ -23,7 +23,9 @@ module.exports = Ferdium => { let indirectCount; // get unread messages count - directCount = document.querySelectorAll('link[href^="https://ssl.gstatic.com/ui/v1/icons/mail/images/favicon_chat_new_notif_"][href$=".ico"]').length; + directCount = document.querySelectorAll( + 'link[href^="https://ssl.gstatic.com/ui/v1/icons/mail/images/favicon_chat_new_notif_"][href$=".ico"]', + ).length; // get unread indirect messages const indirectCountSelector = document.querySelector( -- cgit v1.2.3-70-g09d2