error 3
This commit is contained in:
@@ -319,7 +319,7 @@ const carpetasRepetidas = async () => {
|
||||
if (res[i].mimeType === 'application/vnd.google-apps.folder')
|
||||
data.push(res[i]);
|
||||
data.sort((a, b) => {
|
||||
return a - b;
|
||||
return a.name - b.name;
|
||||
});
|
||||
return data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user