🔧 Tweaked the issues-for-series call

This commit is contained in:
2022-04-11 14:18:47 -07:00
parent 312ee93781
commit f94540616d
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-4-8",
startDate: "2022-4-13",
pageSize: "15",
currentPage: "1",
}),