🔧 Updated date for PullList on Dashboard

This commit is contained in:
2023-01-24 16:04:21 -08:00
parent d437fddd1a
commit b929840a96

View File

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