ADSB backfill fix?
This commit is contained in:
@@ -244,6 +244,7 @@ export async function enrichAircraft(a) {
|
||||
}),
|
||||
]).catch(() => null);
|
||||
if(!found) {
|
||||
console.log(`Not Found: ${icao}`)
|
||||
noRecord.push(icao);
|
||||
return { icao, ...a, type: 'unknown' };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user