Skip to content

Commit 86dc4c5

Browse files
committed
Added CQZ to output
1 parent ca1413b commit 86dc4c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ async function dxcc_lookup(call) {
322322
dxcc_id: result.dxcc_id,
323323
lotw_user: result.lotw_member,
324324
lat: result.dxcc_lat || null,
325-
lng: result.dxcc_long || null
325+
lng: result.dxcc_long || null,
326+
cqz: result.dxcc_cqz || null,
326327
};
327328

328329
consecutiveErrorCount = 0; // Reset error count after a successful lookup

0 commit comments

Comments
 (0)