From e74ebc5ed99aa834b3c4349922e7b946f188422c Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 31 Aug 2024 15:51:09 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EachTrainInfoCore/trainIconStatus.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx b/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx index 0cf3daf..1fcd4cf 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx +++ b/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx @@ -39,9 +39,9 @@ export const TrainIconStatus: FC = ({ data, navigate, from }) => { }&day=${dayjs().format("D")}` ); fetch( - `https://n8n.haruk.in/webhook/dosan-anpanman?month=${dayjs().format( - "M" - )}&day=${dayjs().format("D")}&trainNum=${data.trainNum}` + `https://n8n.haruk.in/webhook/dosan-anpanman?trainNum=${ + data.trainNum + }&month=${dayjs().format("M")}&day=${dayjs().format("D")}` ) .then((d) => d.json()) .then((d) => {