0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00
This commit is contained in:
Trevor Buckner
2024-09-20 16:02:09 -04:00
committed by GitHub
parent 4353c01032
commit 971be6375e

View File

@@ -31,7 +31,7 @@ const rendererConditions = (legacy, v3)=>{
const sortConditions = (sort, dir) => {
return { [sort]: dir === 'asc' ? 1 : -1 };
}
};
const findBrews = async (req, res)=>{
const title = req.query.title || '';