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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user