0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

remove authorship piece from this PR

This commit is contained in:
Charlie Humphreys
2022-11-16 22:37:59 -06:00
parent f9711de634
commit 2e305d5636

View File

@@ -43,9 +43,6 @@ const getBrew = (accessType, fetchGoogle = true)=>{
}
});
stub = stub?.toObject();
if(stub?.authors && !stub?.authors.includes(req.account.username)) {
throw 'Current logged in user does not have access to this brew.';
}
// If there is a google id, try to find the google brew
if(fetchGoogle && (googleId || stub?.googleId)) {