mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 04:29:29 +00:00
Merge branch 'master' into brew_themes_user_selection
This commit is contained in:
@@ -122,7 +122,7 @@ const api = {
|
||||
stub = stub?.toObject();
|
||||
|
||||
if(stub?.lock?.locked && accessType != 'edit') {
|
||||
throw { HBErrorCode: '100', code: stub.lock.code, message: stub.lock.message, brewId: stub.shareId, brewTitle: stub.title };
|
||||
throw { HBErrorCode: '100', code: stub.lock.code, message: stub.lock.shareMessage, brewId: stub.shareId, brewTitle: stub.title };
|
||||
}
|
||||
|
||||
// If there is a google id, try to find the google brew
|
||||
|
||||
Reference in New Issue
Block a user