Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Oct 1, 2024
1 parent 61bc92d commit 94a9d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/pages/examiner-records/examiner-records.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { UntypedFormGroup } from '@angular/forms';
import { Router } from '@angular/router';
import { ScreenOrientation } from '@capawesome/capacitor-screen-orientation';
import { ExaminerRecordModel } from '@dvsa/mes-microservice-common/domain/examiner-records';
import { TestResultSchemasUnion } from '@dvsa/mes-test-schema/categories';
import { TestCentre } from '@dvsa/mes-test-schema/categories/common';
import { TestCategory } from '@dvsa/mes-test-schema/category-definitions/common/test-category';
import { ScrollDetail } from '@ionic/core';
Expand Down Expand Up @@ -51,6 +52,7 @@ import { OrientationMonitorProvider } from '@providers/orientation-monitor/orien
import { SearchProvider } from '@providers/search/search';
import { DateRange, DateTime } from '@shared/helpers/date-time';
import { isAnyOf } from '@shared/helpers/simplifiers';
import { ActivityCodes } from '@shared/models/activity-codes';
import { StoreModel } from '@shared/models/store.model';
import { selectEmployeeId } from '@store/app-info/app-info.selectors';
import {
Expand All @@ -60,11 +62,9 @@ import {
selectLastCachedDate,
} from '@store/examiner-records/examiner-records.selectors';
import { getTests } from '@store/tests/tests.reducer';
import { getStartedTests, StartedTests } from '@store/tests/tests.selector';
import { StartedTests, getStartedTests } from '@store/tests/tests.selector';
import { BehaviorSubject, Observable, Subscription, combineLatest, merge, of } from 'rxjs';
import { map, switchMap, take, tap, withLatestFrom } from 'rxjs/operators';
import { TestResultSchemasUnion } from '@dvsa/mes-test-schema/categories';
import { ActivityCodes } from '@shared/models/activity-codes';

export interface ExaminerRecordsPageStateData {
routeGrid: ExaminerRecordDataWithPercentage<string>[];
Expand Down

0 comments on commit 94a9d39

Please sign in to comment.