Commit 527aaa7
committed
fix: clear scheduled_at when match enters Veto status (#351)
The scheduled_at field was never cleared when a match progressed past
scheduling, causing the "Scheduled" badge to persist in the UI during
Veto. Clear it in the Veto transition block since the schedule is
fulfilled once veto starts. The cancels_at calculation is unaffected
as it uses a local variable captured earlier in the trigger.1 parent 87e6e0f commit 527aaa7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
0 commit comments