A ridiculous fix.
Using this code instead of the simple `relays.length`:
```
Array.from(relays).filter(_ => _.id === id).length
```
Anyways, should works
A ridiculous fix.
Using this code instead of the simple `relays.length`:
```
Array.from(relays).filter(_ => _.id === id).length
```
Anyways, should works