broadway_dashboard icon indicating copy to clipboard operation
broadway_dashboard copied to clipboard

Fix unused variable warning in telemetry handler

Open nyo16 opened this issue 5 months ago • 1 comments

Remove unnecessary _metadata binding in exception handler to eliminate compiler warning about unused variable.

nyo16 avatar Sep 24 '25 01:09 nyo16

This should not emit a warning since it starts with underscore and it is usually used for documentation purposes. :)

josevalim avatar Sep 24 '25 05:09 josevalim