From 94a9d3992e91e53752ce7f0ade30f36383c2d767 Mon Sep 17 00:00:00 2001 From: Rhys Lewis Date: Tue, 1 Oct 2024 16:23:36 +0100 Subject: [PATCH] linting --- src/app/pages/examiner-records/examiner-records.page.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/examiner-records/examiner-records.page.ts b/src/app/pages/examiner-records/examiner-records.page.ts index 6912be167..13444704e 100644 --- a/src/app/pages/examiner-records/examiner-records.page.ts +++ b/src/app/pages/examiner-records/examiner-records.page.ts @@ -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'; @@ -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 { @@ -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[];