Skip to content

Commit

Permalink
correct service start time
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Oct 19, 2023
1 parent c3a143f commit ec07eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getFirstStopId } from '../util/itinerary'
import { routingQuery } from './api'
import { setQueryParam } from './form'

const SERVICE_BREAK = '03:00'
const SERVICE_BREAK = '03:30'
const NINETY_SECONDS = 90000

function updateParamsAndPlan(params) {
Expand Down

0 comments on commit ec07eb9

Please sign in to comment.