diff --git a/src/utiles/appx.ts b/src/utiles/appx.ts index f3d6494b9..9b8e71fc2 100644 --- a/src/utiles/appx.ts +++ b/src/utiles/appx.ts @@ -7,7 +7,6 @@ const APPX_BASE_API = process.env.APPX_BASE_API; const LOCAL_CMS_PROVIDER = process.env.LOCAL_CMS_PROVIDER; export async function getPurchases(email: string) { - return []; const courses = await db.course.findMany({}); if (LOCAL_CMS_PROVIDER) { return courses;