Forgot to toggle
NodBot Production Dockerization / build (push) Successful in 55s Details

This commit is contained in:
Skylar Grant 2023-08-06 09:04:24 -04:00
parent 10021d6926
commit 1bff94e71b
1 changed files with 2 additions and 0 deletions

View File

@ -645,8 +645,10 @@ const functions = {
}
if (lastIsUpper === 0) {
newText += letter.toUpperCase();
lastIsUpper = 1;
} else {
newText += letter.toLowerCase();
lastIsUpper = 0;
}
}