Skip to content

Commit

Permalink
Minor search issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-oh committed May 19, 2023
1 parent 0f31a1e commit 22d6e33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/prisma/mainThreads.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ export async function getSearchMainThreads(searchParam, genreParam, tagParam) {
},
...genreFilter,
...tagFilter,
},
include:{
user : true,
}
})

Expand Down

0 comments on commit 22d6e33

Please sign in to comment.