add
This commit is contained in:
parent
887be44edf
commit
2f023de253
|
@ -17,7 +17,12 @@ export default function MyPathListContainer() {
|
|||
pageSize: 12,
|
||||
where: {
|
||||
type: PostType.PATH,
|
||||
authorId: user.id,
|
||||
students: {
|
||||
some: {
|
||||
id: user?.id,
|
||||
},
|
||||
},
|
||||
|
||||
...termsCondition,
|
||||
...searchCondition,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue