It seems `tddBandwidths` variable is not used for anything.
Is it meant to be for something or just left there and not needed?
[Line 572](https://github.com/high3eam/uecapabilityparser-features-js/blob/0d446c593918a70dd25a9037cd6348a55bce0632/custom.js#L572):
```js
tddBandwidths.push(bandwidth);
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It seems
tddBandwidthsvariable is not used for anything.Is it meant to be for something or just left there and not needed?
Line 572:
@rtommy
Well spotted!
It was probably used in an earlier implementation.
Will be removed as it is no longer used.
Fixed in
e7f2607Thank you!