Skip to content

Commit

Permalink
fix: nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
23nobody committed Sep 27, 2023
1 parent 0a53e16 commit aed6253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class ExplorerComponent {
this.buildState();

Check warning on line 170 in projects/observability/src/pages/explorer/explorer.component.ts

View check run for this annotation

Codecov / codecov/patch

projects/observability/src/pages/explorer/explorer.component.ts#L170

Added line #L170 was not covered by tests
}

public buildState(): void {
protected buildState(): void {
this.currentState$ = this.activatedRoute.queryParamMap.pipe(

Check warning on line 174 in projects/observability/src/pages/explorer/explorer.component.ts

View check run for this annotation

Codecov / codecov/patch

projects/observability/src/pages/explorer/explorer.component.ts#L173-L174

Added lines #L173 - L174 were not covered by tests
take(1),
map(paramMap => this.mapToInitialState(paramMap))
Expand Down

0 comments on commit aed6253

Please sign in to comment.