diff --git a/src/mutate/timeItems/matchUps/matchUpTimeItems.ts b/src/mutate/timeItems/matchUps/matchUpTimeItems.ts index 30628a9857..a5402e34eb 100644 --- a/src/mutate/timeItems/matchUps/matchUpTimeItems.ts +++ b/src/mutate/timeItems/matchUps/matchUpTimeItems.ts @@ -1,5 +1,5 @@ -import { modifyMatchUpNotice } from '../../notifications/drawNotifications'; -import { addTimeItem } from '../addTimeItem'; +import { modifyMatchUpNotice } from '@Mutate/notifications/drawNotifications'; +import { addTimeItem } from '@Mutate/timeItems//addTimeItem'; import { findDrawMatchUp } from '@Acquire/findDrawMatchUp'; // constants and types diff --git a/src/query/venues/getScheduleTimes.ts b/src/query/venues/getScheduleTimes.ts index fefaddcf50..297bb9fb09 100644 --- a/src/query/venues/getScheduleTimes.ts +++ b/src/query/venues/getScheduleTimes.ts @@ -78,7 +78,7 @@ export function getScheduleTimes(params): ResultType & { }); if (calculateStartTimeFromCourts && firstTimeSlotStartTime) { - startTime = firstTimeSlotStartTime ? firstTimeSlotStartTime : startTime; + startTime = firstTimeSlotStartTime ?? startTime; } // startTime, endTime and periodLength are used to calculate periodCount