🔽 Weekly Pull List dedicated tablulated page

This commit is contained in:
2022-03-26 22:28:22 -07:00
parent 03b982858d
commit 7b1dc56dbb
5 changed files with 131 additions and 12 deletions

View File

@@ -42,11 +42,7 @@ export const getWeeklyPullList = (options) => async (dispatch) => {
axiosWithCache({
url: `${COMICVINE_SERVICE_URI}/getWeeklyPullList`,
method: "get",
params: {
startDate: "2022-4-8",
pageSize: "15",
currentPage: "1",
},
params: options,
}).then((response) => {
dispatch({
type: CV_WEEKLY_PULLLIST_FETCHED,