🔎 Integration with DC++ downloads endpoint

This commit is contained in:
2022-07-24 22:20:25 -07:00
parent f865feeeb2
commit 365fa2e115
5 changed files with 24 additions and 22 deletions

View File

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