mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
Ensure getBrew returns an object if undefined
This commit is contained in:
@@ -82,7 +82,7 @@ If you believe you should have access to this brew, ask the file owner to invite
|
||||
stub = _.defaults(stub, DEFAULT_BREW_LOAD); // Fill in blank fields
|
||||
}
|
||||
|
||||
req.brew = stub;
|
||||
req.brew = stub ?? {};
|
||||
next();
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user