Commit 23e24ec
committed
fix: remove duplicate block-scoped client declaration (TS2448)
The 'client' variable was declared twice in the same block scope
(case 'user.message'), causing TypeScript to error with TS2448.
The second declaration is redundant — same value as the first.1 parent e8bdd8a commit 23e24ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
0 commit comments