Closed jajajaneeneenee closed 7 months ago
In this commit you changedif (objects[i].equals(key)) { to if (objects[i].equalckey)) {.
if (objects[i].equals(key)) {
if (objects[i].equalckey)) {
Was this perhaps an unintentional change?
Unluckily it is not really practical to check the JS in CI so any such brokeness really can only be detected in actual use.
In this commit you changed
if (objects[i].equals(key)) {
toif (objects[i].equalckey)) {
.Was this perhaps an unintentional change?