mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Fix empty Google Brews crashing user page
This commit is contained in:
@@ -100,6 +100,7 @@ GoogleActions = {
|
||||
})
|
||||
.catch((err)=>{
|
||||
return console.error(`Error Listing Google Brews: ${err}`);
|
||||
//TODO: Should break out here, but continues on for some reason.
|
||||
});
|
||||
|
||||
if(!obj.data.files.length) {
|
||||
|
||||
Reference in New Issue
Block a user