Showing 1 of 1 total issue

Function GetTowerPositionFromYandex has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static async GetTowerPositionFromYandex(towerInfo: TowerInfo, trows: boolean = true) {
        var url =
            `http://mobile.maps.yandex.net/cellid_location/` +
            `?&cellid=${towerInfo.CID}` +
            `&operatorid=${towerInfo.MNC}` +
Severity: Minor
Found in src/struct/TowerInfo.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language