Closed hairyhenderson closed 4 months ago
The revive linter complains now about a number of unused parameters. This cleans it up by renaming such parameters to _.
revive
_
It'd be worth double-checking that each parameter is intentionally unused, however!
The
revive
linter complains now about a number of unused parameters. This cleans it up by renaming such parameters to_
.It'd be worth double-checking that each parameter is intentionally unused, however!