ADSB backfill fix?

This commit is contained in:
2026-06-27 17:03:24 -04:00
parent effdd81114
commit 73f7908aab

View File

@@ -244,6 +244,7 @@ export async function enrichAircraft(a) {
}), }),
]).catch(() => null); ]).catch(() => null);
if(!found) { if(!found) {
console.log(`Not Found: ${icao}`)
noRecord.push(icao); noRecord.push(icao);
return { icao, ...a, type: 'unknown' }; return { icao, ...a, type: 'unknown' };
} }