mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 13:42:38 +00:00
remove authorship piece from this PR
This commit is contained in:
@@ -43,9 +43,6 @@ const getBrew = (accessType, fetchGoogle = true)=>{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
stub = stub?.toObject();
|
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 there is a google id, try to find the google brew
|
||||||
if(fetchGoogle && (googleId || stub?.googleId)) {
|
if(fetchGoogle && (googleId || stub?.googleId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user