💽 ComicInfo.xml conversion and import wiring up

This commit is contained in:
2022-02-27 23:48:18 -08:00
parent 50f59f9493
commit e4b04c51eb
5 changed files with 38 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ export const getWeeklyPullList = (options) => async (dispatch) => {
url: `${COMICVINE_SERVICE_URI}/getWeeklyPullList`,
method: "get",
params: {
startDate: "2022-2-28",
startDate: "2022-3-7",
pageSize: "15",
currentPage: "1",
},