Skip to content

Commit 794bffd

Browse files
committed
fixed video rendering
1 parent 694b05c commit 794bffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utiles/appx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export async function getAppxCourseId(courseId: string) {
269269
const parentCourses = await prisma.userPurchases.findMany({
270270
where: {
271271
courseId: {
272-
in: COHORT_3_PARENT_COURSES,
272+
in: [...COHORT_3_PARENT_COURSES, ...COHORT_4_PARENT_COURSES],
273273
},
274274
userId: session?.user?.id,
275275
},

0 commit comments

Comments
 (0)