🔧 Testing a different date

This commit is contained in:
2022-02-24 00:16:22 -08:00
parent 822e43810c
commit 262a31e3a5

View File

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