flightplan-tool / flightplan

Search for award inventory using Node.js and Headless Chrome!
Apache License 2.0
142 stars 41 forks source link

Fixed a bug with the BA parser that was throwing an exception if the … #45

Closed zubairv85 closed 5 years ago

zubairv85 commented 5 years ago

…departure or arrival date was on Feb 29th of the following year. This is because ba.com gives us only the month and date and we validate it against the current year instead of the year it was meant for.