🔧 Added checks to stats modules

This commit is contained in:
2022-02-15 21:25:17 -08:00
parent 635e70ba81
commit 829bc488c8
7 changed files with 36 additions and 31 deletions

View File

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