Skip to content

Commit 36328f5

Browse files
authored
Merge pull request #437 from opentripplanner/dev
Release: 19 August 2021
2 parents 4e8dfae + 5ff7cdc commit 36328f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/actions/user.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ function createNewUser (auth0User) {
3535
notificationChannel: 'email',
3636
phoneNumber: '',
3737
savedLocations: [],
38-
storeTripHistory: false, // User must opt in.
39-
use24HourFormat: true
38+
storeTripHistory: false // User must opt in.
4039
}
4140
}
4241

0 commit comments

Comments
 (0)