quickfix for tx id

This commit is contained in:
NoobishSVK
2024-02-05 21:21:42 +01:00
parent f3a99e6adc
commit bd0bd85afc
+1 -1
View File
@@ -342,7 +342,7 @@ function handleData(ws, receivedData) {
// Get the received TX info
const currentTx = fetchTx(dataToSend.freq, dataToSend.pi, dataToSend.ps);
if(currentTx.station !== undefined) {
if(currentTx?.station !== undefined) {
dataToSend.txInfo = {
station: currentTx.station,
pol: currentTx.pol,