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