Commit ce3b961
committed
fix(voice-call): use ?? instead of || for TTS speed config
Fixes #39285
Use nullish coalescing (??) instead of logical OR (||) for the speed
default value. This prevents falsy numeric values (like 0) from being
incorrectly replaced with the default.
Consistent with fixes in #39190 and #39191.1 parent eb9e78d commit ce3b961
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments