Skip to content

Commit

Permalink
Ran prettier on LabelTab merge
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Nov 9, 2023
1 parent 7e1790e commit f4b0e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/diary/LabelTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ const LabelTab = () => {
}

async function fetchTripsInRange(startTs: number, endTs: number) {

if (!pipelineRange.start_ts) return logWarn('No pipelineRange yet - early return');
logDebug('LabelTab: fetchTripsInRange from ' + startTs + ' to ' + endTs);
const readCompositePromise = Timeline.readAllCompositeTrips(startTs, endTs);
Expand Down

0 comments on commit f4b0e2d

Please sign in to comment.