Skip to content

Commit

Permalink
fix: modified seatmaps post method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 15, 2024
1 parent b31abba commit 15ab853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amadeus/namespaces/shopping/seatmaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default class Seatmaps {
* departureDate: '2020-08-01',
* adults: 1,
* }).then(function(response){
* return amadeus.shopping.flightOffers.seatmaps.post(
* return amadeus.shopping.seatmaps.post(
* {
* 'data': response.data
* }
Expand Down

0 comments on commit 15ab853

Please sign in to comment.