Fix linting warning

merge-requests/150/merge
jangliss 2021-06-19 15:44:51 -05:00 zatwierdzone przez nr0q
rodzic 9b31e8c1a8
commit f79010707a
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12175,7 +12175,8 @@ function callsignToDxcc(insign)
var end = parts.length - 1;
if (ancPrefixes.includes(parts[end]))
{
if (parts[end].toUpperCase() == "MM") {
if (parts[end].toUpperCase() == "MM")
{
return -1;
}
parts.pop();