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