Skip to content

Commit

Permalink
Move endpopints-health-check.ts (#4530)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Aug 24, 2020
1 parent da6285c commit 307fc20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Injectable } from '@angular/core';

import { entityCatalog } from '../store/src/entity-catalog/entity-catalog';
import { EndpointHealthCheck } from '../store/src/entity-catalog/entity-catalog.types';
import { EndpointModel } from '../store/src/types/endpoint.types';
import { entityCatalog } from '../../../store/src/entity-catalog/entity-catalog';
import { EndpointHealthCheck } from '../../../store/src/entity-catalog/entity-catalog.types';
import { EndpointModel } from '../../../store/src/types/endpoint.types';

@Injectable({
providedIn: 'root'
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/core/src/core/endpoints.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { EndpointHealthCheck } from '../../../store/src/entity-catalog/entity-ca
import { AuthState } from '../../../store/src/reducers/auth.reducer';
import { endpointEntitiesSelector, endpointStatusSelector } from '../../../store/src/selectors/endpoint.selectors';
import { EndpointModel, EndpointState } from '../../../store/src/types/endpoint.types';
import { EndpointHealthChecks } from '../../endpoints-health-checks';
import { endpointHasMetricsByAvailable } from '../features/endpoints/endpoint-helpers';
import { EndpointHealthChecks } from './endpoints-health-checks';
import { UserService } from './user.service';


Expand Down

0 comments on commit 307fc20

Please sign in to comment.