mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Fix beacon chart in updateallchat()
This commit is contained in:
parent
c62ded9a79
commit
fd12e37622
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue