mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update formatState.js
This commit is contained in:
@@ -17,7 +17,7 @@ function formatState(str) {
|
||||
}
|
||||
});
|
||||
|
||||
if (formattedWords.includes("Failed")) {
|
||||
if (formattedWords[0] === "Failed" || formattedWords[0] === "Succeeded") {
|
||||
return formattedWords.join(" ") + ".";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user