Forgot to toggle
All checks were successful
NodBot Production Dockerization / build (push) Successful in 55s
All checks were successful
NodBot Production Dockerization / build (push) Successful in 55s
This commit is contained in:
parent
10021d6926
commit
1bff94e71b
@ -645,8 +645,10 @@ const functions = {
|
||||
}
|
||||
if (lastIsUpper === 0) {
|
||||
newText += letter.toUpperCase();
|
||||
lastIsUpper = 1;
|
||||
} else {
|
||||
newText += letter.toLowerCase();
|
||||
lastIsUpper = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user