Skip to content

Commit

Permalink
removed unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Aug 6, 2024
1 parent d8ec35c commit 0a99545
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const getEmergencyStopCount = (
export const getLocations = (
startedTests: ExaminerRecordModel[],
range: DateRange = null,
// Omit is a TS type, to remove a property from an interface
): ExaminerRecordData<TestCentre>[] => {
if (startedTests) {
const data: ExaminerRecordModel[] = getEligibleTests(startedTests, null, range, null)
Expand Down

0 comments on commit 0a99545

Please sign in to comment.