From 887be44edf56123f3d22c33b6ff3422029b8eaf1 Mon Sep 17 00:00:00 2001 From: ditiqi Date: Sun, 2 Mar 2025 17:45:02 +0800 Subject: [PATCH] add --- .../main/my-duty-path/components/MyDutyPathContainer.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx b/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx index 7204670..0afed2c 100644 --- a/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx +++ b/apps/web/src/app/main/my-duty-path/components/MyDutyPathContainer.tsx @@ -15,11 +15,7 @@ export default function MyDutyPathContainer() { pageSize: 12, where: { type: PostType.PATH, - students: { - some: { - id: user?.id, - }, - }, + authorId: user.id, ...termsCondition, ...searchCondition, },