Commit 73eb8a5
committed
fix(webapp): reject gate requests that exceed the three-gate capacity
Prepending the task's inline gate to a full raw gates array could push
the set past three; the resolver now throws a clear error instead of
silently dropping the last gate. Replays are unaffected: resent stored
gates collapse through the dedupe before the check.1 parent 310c37b commit 73eb8a5
1 file changed
Lines changed: 18 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |