Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
csenet committed Apr 24, 2024
1 parent fe74564 commit dd3a1a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions backend/auto-operation/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@ async function main() {
}
})
}
// 3秒後にSTRAIGHTに戻す
setTimeout(async () => {
if (point.state !== PointStateEnum.POINT_STATE_NORMAL) {
await client.updatePointState({
"state": {
"id": point.id,
"state": PointStateEnum.POINT_STATE_NORMAL
}
})
}
}, 3000);
} else {
if (point.state !== PointStateEnum.POINT_STATE_NORMAL) {
await client.updatePointState({
Expand Down
2 changes: 1 addition & 1 deletion backend/onetime/seed-data/data/chofufes-2023.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stop_rails:
point_rails:
- sakurajosui_up_p1
- sakurajosui_down_p1
- chofu_up_p1
- chofu_down_p1
blocks:
- shinjyuku_down_b1
- sakurajosui_down_b1
Expand Down
Binary file removed backend/state-manager/cmd/main
Binary file not shown.

0 comments on commit dd3a1a7

Please sign in to comment.