Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Jul 22, 2024
1 parent e699272 commit f9a9fc0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/features/feature-view/feature-view.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChangeDetectionStrategy, Component, Inject, Input, inject } from '@angular/core';
import { BehaviorSubject, EMPTY, Observable, combineLatest, concat, of } from 'rxjs';
import { BehaviorSubject, Observable, combineLatest, concat, of } from 'rxjs';
import { catchError, debounceTime, distinctUntilChanged, filter, map, shareReplay, switchMap, takeUntil, withLatestFrom } from 'rxjs/operators';
import { SAPI } from 'src/atlasComponents/sapi/sapi.service';
import { Feature, SimpleCompoundFeature, VoiFeature } from 'src/atlasComponents/sapi/sxplrTypes';
Expand Down
1 change: 0 additions & 1 deletion src/viewerModule/nehuba/userLayers/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ export class UserLayerService implements OnDestroy {
})
async processPtCld(file: File): Promise<ProcessorOutput>{

const layers: AnnotationLayer[] = []
const text = await file.text()

const id = getUuid()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ export class ThreeSurferGlueCmp implements IViewer<'threeSurfer'>, AfterViewInit

const {
geometry: evGeometry,
verticesIndicies: evVerticesIndicies,
vertexIndex
} = detail.mesh as { geometry: TThreeGeometry, verticesIndicies: number[], vertexIndex: number }

Expand Down

0 comments on commit f9a9fc0

Please sign in to comment.