mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Refactor and formatting
This commit is contained in:
@@ -16,6 +16,7 @@ const getBeerRecommendations = async ({
|
||||
}: GetBeerRecommendationsArgs) => {
|
||||
const skip = (pageNum - 1) * pageSize;
|
||||
const take = pageSize;
|
||||
|
||||
const beerRecommendations: z.infer<typeof BeerPostQueryResult>[] =
|
||||
await DBClient.instance.beerPost.findMany({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user