Prefix param with underscore to prevent unused param warning #1145
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here's the current issue:
![image](https://private-user-images.githubusercontent.com/100613971/366984015-c1fed6a8-98cc-44fe-9ffc-349e2e84c96c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTc5MjMsIm5iZiI6MTczOTMxNzYyMywicGF0aCI6Ii8xMDA2MTM5NzEvMzY2OTg0MDE1LWMxZmVkNmE4LTk4Y2MtNDRmZS05ZmZjLTM0OWUyZTg0Yzk2Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQyMzQ3MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kMWY1ZDcyNzhhODBiZWNmMDEwZWY1YzZjM2FmZmRmZGE2ZmE3NmM2NTAxNmZlZTgwNTJlNDBlNWFhZjJiYTNhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-DEutWHDMFZ7ROQP48BFcthb4AiZZQ35SrBoLL-HT3c)
Fixes #1144 by prefacing the unused param with
_
.