Skip to content

Commit

Permalink
Merge pull request #437 from opentripplanner/dev
Browse files Browse the repository at this point in the history
Release: 19 August 2021
  • Loading branch information
landonreed authored Aug 19, 2021
2 parents 4e8dfae + 5ff7cdc commit 36328f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/actions/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function createNewUser (auth0User) {
notificationChannel: 'email',
phoneNumber: '',
savedLocations: [],
storeTripHistory: false, // User must opt in.
use24HourFormat: true
storeTripHistory: false // User must opt in.
}
}

Expand Down

0 comments on commit 36328f5

Please sign in to comment.