🔧 Tweaking the dashboard

This commit is contained in:
2022-02-17 01:05:50 -08:00
parent fe1b55a35d
commit 573df70240
3 changed files with 4 additions and 3 deletions

View File

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