🔧 Tweaked the issues-for-series call
This commit is contained in:
@@ -109,10 +109,10 @@ export const getIssuesForSeries =
|
|||||||
comicObjectID,
|
comicObjectID,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
console.log(issues);
|
||||||
dispatch({
|
dispatch({
|
||||||
type: CV_ISSUES_FOR_VOLUME_IN_LIBRARY_SUCCESS,
|
type: CV_ISSUES_FOR_VOLUME_IN_LIBRARY_SUCCESS,
|
||||||
issues: issues.data,
|
issues: issues.data.results,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch(
|
dispatch(
|
||||||
getWeeklyPullList({
|
getWeeklyPullList({
|
||||||
startDate: "2022-4-8",
|
startDate: "2022-4-13",
|
||||||
pageSize: "15",
|
pageSize: "15",
|
||||||
currentPage: "1",
|
currentPage: "1",
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export const PullList = (): ReactElement => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch(
|
dispatch(
|
||||||
getWeeklyPullList({
|
getWeeklyPullList({
|
||||||
startDate: "2022-4-22",
|
startDate: "2022-4-12",
|
||||||
pageSize: "100",
|
pageSize: "100",
|
||||||
currentPage: "1",
|
currentPage: "1",
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user