From 86c75761314a79184127c1401237b22f9f4b71a3 Mon Sep 17 00:00:00 2001 From: Maks Snegov Date: Thu, 25 Apr 2024 23:18:36 -0700 Subject: [PATCH] Fix missing curly brace --- scripts/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/content.js b/scripts/content.js index 3ac12c1..1bfb1e1 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -57,7 +57,6 @@ function hiddenPassword(config) { ...config, password: config.password.replace(/./g, "*"), }; - } function diffObjects(obj1, obj2) { @@ -348,6 +347,7 @@ async function runner() { } else { isFoundAppointment = false; } + } if (isNotEnglishPage()) { await switchToEnglishPage();