Skip to content

Commit

Permalink
feat/search: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFlash10 committed Sep 10, 2024
1 parent 3026e33 commit 866f95e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/api/search/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ export async function GET(request: NextRequest) {
title: true,
parent: {
select: {
courses: {
select: {
courseId: true,
contentId: true,
},
},
courses: true,
},
},
},
Expand Down

0 comments on commit 866f95e

Please sign in to comment.