error
This commit is contained in:
@@ -326,7 +326,7 @@ const carpetasRepetidas = async () => {
|
||||
let repetidas = [];
|
||||
|
||||
for (let i = 0; i < carpetas.length; i++) {
|
||||
for (let j = i + 1; ji < carpetas.length; j++) {
|
||||
for (let j = i + 1; j < carpetas.length; j++) {
|
||||
if (carpetas[i].name === carpetas[j].name) repetidas.push(carpetas[j]);
|
||||
else {
|
||||
repetidas.push(carpetas[i]);
|
||||
|
||||
Reference in New Issue
Block a user