You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapped `case` block contents in curly braces to create block scope and avoid "Unexpected lexical declaration in case block" error. This change ensures proper scoping of variables within the switch statement.
Related issue: #57
CodeFactor found an issue: Unexpected lexical declaration in case block.
It's currently on:
src\commands\utility\home.ts:167
The text was updated successfully, but these errors were encountered: