RBNs labled as from GT not RBN

merge-requests/203/head
Tag 2022-09-26 11:16:02 -07:00
rodzic 340d86200e
commit f816a8e4ae
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ function spotFromCallObj(callObj, park, inCount, rbnTime)
spotTime: Date.now(),
source: "GT",
count: inCount + 1,
comments: "RBN " + callObj.RSTsent + " dB " + myDEGrid
comments: "GT " + callObj.RSTsent + " dB " + myDEGrid
};
return callSpot;
}