Skip to content

Commit

Permalink
Adding bus data for Nov 2023 (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Dec 29, 2023
1 parent 5e55150 commit abbbd49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion common/constants/dates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const THREE_MONTHS_AGO_STRING = TODAY.subtract(90, 'days').format(DATE_FO
const OVERVIEW_TRAIN_MIN_DATE = '2016-02-01';
const TRAIN_MIN_DATE = '2016-01-15';
const BUS_MIN_DATE = '2018-08-01';
export const BUS_MAX_DATE = '2023-10-31';
export const BUS_MAX_DATE = '2023-11-30';
const BUS_MAX_DAY = dayjs(BUS_MAX_DATE);
export const BUS_MAX_DATE_MINUS_ONE_WEEK = dayjs(BUS_MAX_DATE)
.subtract(7, 'days')
Expand Down
4 changes: 0 additions & 4 deletions server/chalicelib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
"line-blue": ["line-blue"],
"line-orange": ["line-orange"],
}

# Most recent date for which we have official MBTA data in S3
# TODO: Fetch this date from S3 automatically
BUS_MAX_DATE = "2023-10-31"

0 comments on commit abbbd49

Please sign in to comment.