0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 07:42:39 +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) => { const sortConditions = (sort, dir) => {
return { [sort]: dir === 'asc' ? 1 : -1 }; return { [sort]: dir === 'asc' ? 1 : -1 };
} };
const findBrews = async (req, res)=>{ const findBrews = async (req, res)=>{
const title = req.query.title || ''; const title = req.query.title || '';