move failed to one statement

tests
lartsch 2022-12-10 08:17:12 -05:00
rodzic 7125cd13af
commit ba59570af1
2 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -224,13 +224,10 @@ async function executeAction(id, action) {
response = JSON.parse(response)
if (condition(response)) {
return true
} else {
log(action + " action failed.")
}
} else {
log("API call failed.")
}
}
log(action + " action failed.")
} else {
log("Auto-action is disabled.")
}

2
src/inject.min.js vendored

File diff suppressed because one or more lines are too long