mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Merge branch 'main' into dev-beer-styles
This commit is contained in:
@@ -19,7 +19,7 @@ const getAllBeersByBeerStyle = async (
|
|||||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
const { page_size, page_num, id } = req.query;
|
const { page_size, page_num, id } = req.query;
|
||||||
|
|
||||||
const beers = await getBeerPostsByBeerStyleId({
|
const beers = getBeerPostsByBeerStyleId({
|
||||||
pageNum: parseInt(page_num, 10),
|
pageNum: parseInt(page_num, 10),
|
||||||
pageSize: parseInt(page_size, 10),
|
pageSize: parseInt(page_size, 10),
|
||||||
styleId: id,
|
styleId: id,
|
||||||
|
|||||||
Reference in New Issue
Block a user