Skip to content

Commit

Permalink
6.1 Fixing the Meta Endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonperfetti committed Jun 28, 2024
1 parent a3fab7a commit 9a83bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/course/meta.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type LessonOutline = Prisma.LessonGetPayload<
};

const chapterSelect =
Prisma.validator<Prisma.ChapterArgs>()({
Prisma.validator<Prisma.ChapterDefaultArgs>()({
select: {
title: true,
slug: true,
Expand Down

0 comments on commit 9a83bcc

Please sign in to comment.