✏️ Changed the hard-coded date of the pull list

This commit is contained in:
2022-11-07 08:06:09 -08:00
parent 1f5502ce23
commit 27e6f26331

View File

@@ -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",
}),