From b929840a96f7a0d3db7714955dd412f5e0eebb43 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 24 Jan 2023 16:04:21 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updated=20date=20for=20PullList?= =?UTF-8?q?=20on=20Dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/PullList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index f14f922..a6f50db 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => { useEffect(() => { dispatch( getWeeklyPullList({ - startDate: "2022-12-25", + startDate: "2023-1-25", pageSize: "15", currentPage: "1", }),