ADSB backfill fix?
This commit is contained in:
@@ -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' };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user