Skip to content

Commit

Permalink
Merge pull request #1099 from syntaxfm/header-styles
Browse files Browse the repository at this point in the history
fix show query types
  • Loading branch information
wesbos authored Sep 29, 2023
2 parents 1622128 + b0e1de2 commit b9bdd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ai/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ export const SHOW_QUERY = ({ take, order, skip, show_type }: QueryInputs = { tak
}
});

export type LatestShow = Prisma.ShowGetPayload<typeof SHOW_QUERY>;
export type LatestShow = Prisma.ShowGetPayload<ReturnType<typeof SHOW_QUERY>>;

0 comments on commit b9bdd2e

Please sign in to comment.