Commit 651bb98
committed
fix(voice-pipeline): resolve 2 lint errors unblocking CI
- TranscriptDedupe: drop unnecessary escape on `[` inside character
class (no-useless-escape). Character behavior unchanged.
- DeepgramStreamingSTT: drop no-op try/catch that just rethrew
(no-useless-catch). Behavior unchanged — a naked throw from the
async function propagates identically.
Lint went from 2 errors to 0 errors (warnings unchanged at 206).
Pre-existing errors, not introduced by the forge-telemetry commits,
but CI has been red since their authoring so Release kept passing
while CI didn't. Release + CI now both green.
Voice-pipeline targeted suite: 242 tests pass.1 parent 5e0f2eb commit 651bb98
2 files changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| |||
0 commit comments