Skip to content

Commit c1fd60b

Browse files
Comments removed
1 parent 7d32a90 commit c1fd60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ amadeus.analytics.itineraryPriceMetrics.get({
486486
// The Travel Restrictions API provides up-to-date data on COVID-19 caseloads and travel restrictions for over 200 countries and territories,
487487
// as well as hundreds of cities and regions worldwide.
488488
amadeus.dutyOfCare.diseases.covid19AreaReport.get({
489-
countryCode: 'US', //ISO 3166 Alpha-2 code
490-
cityCode: 'NYC' //Optional IATA code for city's metropolitan area
489+
countryCode: 'US',
490+
cityCode: 'NYC'
491491
});
492492

493493
```

0 commit comments

Comments
 (0)