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