mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
feat(aviation): add Dubai and Riyadh to default airport watchlist (#1144)
Add DXB (Dubai International) and RUH (King Khalid International) to the default aviation watchlist airports.
This commit is contained in:
@@ -12,7 +12,7 @@ export interface AviationWatchlist {
|
||||
}
|
||||
|
||||
const DEFAULT_WATCHLIST: AviationWatchlist = {
|
||||
airports: ['IST', 'ESB', 'SAW', 'LHR', 'FRA', 'CDG'],
|
||||
airports: ['IST', 'ESB', 'SAW', 'LHR', 'FRA', 'CDG', 'DXB', 'RUH'],
|
||||
airlines: ['TK'],
|
||||
routes: ['IST-LHR', 'IST-FRA'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user