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