0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 11:12:39 +00:00

Merge branch 'master' into v3.15.2

This commit is contained in:
Trevor Buckner
2024-10-11 23:08:41 -04:00
committed by GitHub
68 changed files with 2702 additions and 1613 deletions

View File

@@ -222,7 +222,6 @@ const GoogleActions = {
})
.catch((err)=>{
console.log('Error while creating new Google brew');
console.error(err);
throw (err);
});