mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Update: more work on beer styles, add erd to readme
This commit is contained in:
@@ -17,6 +17,8 @@ const getAllBeerStyles = async (
|
||||
updatedAt: true,
|
||||
abvRange: true,
|
||||
ibuRange: true,
|
||||
description: true,
|
||||
glassware: { select: { id: true, name: true } },
|
||||
},
|
||||
})) as z.infer<typeof BeerStyleQueryResult>[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user