From 262a31e3a5017c5f9e85c889945c1a2a6e8777ff Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 24 Feb 2022 00:16:22 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Testing=20a=20different=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/actions/comicinfo.actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/actions/comicinfo.actions.tsx b/src/client/actions/comicinfo.actions.tsx index 0655a5b..419ee59 100644 --- a/src/client/actions/comicinfo.actions.tsx +++ b/src/client/actions/comicinfo.actions.tsx @@ -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", },