Skip to content

Commit

Permalink
minimal fix for #6102
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Oct 31, 2024
1 parent b5ceab8 commit d93be25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public RaptorBoardOrAlightEvent<T> search(
}
}
}
return null;
return RaptorBoardOrAlightEvent.empty(earliestBoardTime);
}
}

0 comments on commit d93be25

Please sign in to comment.