コード配置変更
This commit is contained in:
parent
d897d0782f
commit
e74ebc5ed9
@ -39,9 +39,9 @@ export const TrainIconStatus: FC<Props> = ({ data, navigate, from }) => {
|
|||||||
}&day=${dayjs().format("D")}`
|
}&day=${dayjs().format("D")}`
|
||||||
);
|
);
|
||||||
fetch(
|
fetch(
|
||||||
`https://n8n.haruk.in/webhook/dosan-anpanman?month=${dayjs().format(
|
`https://n8n.haruk.in/webhook/dosan-anpanman?trainNum=${
|
||||||
"M"
|
data.trainNum
|
||||||
)}&day=${dayjs().format("D")}&trainNum=${data.trainNum}`
|
}&month=${dayjs().format("M")}&day=${dayjs().format("D")}`
|
||||||
)
|
)
|
||||||
.then((d) => d.json())
|
.then((d) => d.json())
|
||||||
.then((d) => {
|
.then((d) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user