From 27e6f2633121dae1f13ff8424a97ed10f47948c7 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 7 Nov 2022 08:06:09 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Changed=20the=20hard-coded?= =?UTF-8?q?=20date=20of=20the=20pull=20list?= 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 e18cb2c..3ef7d31 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-10-9", + startDate: "2022-11-9", pageSize: "15", currentPage: "1", }),