コード配置変更

This commit is contained in:
harukin-expo-dev-env 2024-08-31 15:51:09 +00:00
parent d897d0782f
commit e74ebc5ed9

View File

@ -39,9 +39,9 @@ export const TrainIconStatus: FC<Props> = ({ 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) => {