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
# Attempt to fix all open deepsource problems
## Needs testing
Fixed various discouraged patterns in code.
The code worked but was considered bad practice
# Changes
* Remove unnecessary escape characters
* Ignore issue: no return from map
* Use object literal shorthand when returning dummy text channel
* Avoid improper shadowing
* use === instead of ==
* Remove unused arg
* Update tests to correspond to this branch's function. One should still
fail
0 commit comments