We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694b05c commit 794bffdCopy full SHA for 794bffd
1 file changed
src/utiles/appx.ts
@@ -269,7 +269,7 @@ export async function getAppxCourseId(courseId: string) {
269
const parentCourses = await prisma.userPurchases.findMany({
270
where: {
271
courseId: {
272
- in: COHORT_3_PARENT_COURSES,
+ in: [...COHORT_3_PARENT_COURSES, ...COHORT_4_PARENT_COURSES],
273
},
274
userId: session?.user?.id,
275
0 commit comments