Skip to content

Commit b421b08

Browse files
committed
Fixed LOTW-Flag
1 parent 3c44000 commit b421b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async function dxcc_lookup(call) {
246246
entity: result.dxcc ? toUcWord(result.dxcc) : '',
247247
flag: result.dxcc_flag,
248248
dxcc_id: result.dxcc_id,
249-
lotw_user: result.dxcc_member,
249+
lotw_user: result.lotw_member,
250250
lat: result.dxcc_lat || null,
251251
lng: result.dxcc_long || null
252252
};

0 commit comments

Comments
 (0)