Fix missing curly brace

This commit is contained in:
Maks Snegov 2024-04-25 23:18:36 -07:00
parent bcdcd0001a
commit 86c7576131

View File

@ -57,7 +57,6 @@ function hiddenPassword(config) {
...config, ...config,
password: config.password.replace(/./g, "*"), password: config.password.replace(/./g, "*"),
}; };
} }
function diffObjects(obj1, obj2) { function diffObjects(obj1, obj2) {
@ -348,6 +347,7 @@ async function runner() {
} else { } else {
isFoundAppointment = false; isFoundAppointment = false;
} }
}
if (isNotEnglishPage()) { if (isNotEnglishPage()) {
await switchToEnglishPage(); await switchToEnglishPage();