This commit is contained in:
ditiqi 2025-03-02 17:45:02 +08:00
parent aee8f99189
commit 887be44edf
1 changed files with 1 additions and 5 deletions

View File

@ -15,11 +15,7 @@ export default function MyDutyPathContainer() {
pageSize: 12,
where: {
type: PostType.PATH,
students: {
some: {
id: user?.id,
},
},
authorId: user.id,
...termsCondition,
...searchCondition,
},