-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle flight departure time changes correctly
Fixes #199. This is actually a regression that was implemented in v6.1 when I changed to differentiate flights by flight number. The issue is that a flight can still have the same flight number but not the same departure time (if it was rescheduled). Now, both the flight number and departure time are checked to see whether the flight is equal to one already scheduled for check in.
- Loading branch information
Showing
2 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters