0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-24 19:28:11 +00:00

Remove duplicate error log for googleActions.list

This commit is contained in:
Trevor Buckner
2024-10-01 15:06:11 -04:00
parent 0e29620710
commit 0110c6afed
2 changed files with 7 additions and 19 deletions

View File

@@ -121,9 +121,7 @@ const GoogleActions = {
})
.catch((err)=>{
console.log(`Error Listing Google Brews`);
console.error(err);
throw (err);
//TODO: Should break out here, but continues on for some reason.
});
fileList.push(...obj.data.files);
NextPageToken = obj.data.nextPageToken;