Fix beacon chart in updateallchat()

This commit is contained in:
Mashintime 2023-10-10 16:25:03 -04:00
parent c62ded9a79
commit fd12e37622

View file

@ -345,7 +345,7 @@ export async function updateAllChat() {
// TODO: sort beacon list .... maybe a part for a separate function
const jsonData = [item];
const dxcallsign = obj.dxcallsign;
const dxcallsign = item.dxcallsign;
// Process each JSON item step by step
jsonData.forEach((jsonitem) => {
const { snr, timestamp } = item;