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
fix: avoid variable shadowing by renaming local 'errors' variable
The local variable 'errors' was shadowing the standard library 'errors' package,
which can lead to confusion and potential issues when calling package functions.
Renamed the variable to 'errs' to clarify intent and resolve the name collision.
0 commit comments