Fix missing curly brace
This commit is contained in:
parent
bcdcd0001a
commit
86c7576131
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user