Skip to content

Commit

Permalink
chore: add missing healtcheck import in angular package (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo authored Jan 3, 2024
2 parents 1cb0539 + a9e3d3f commit 8082e78
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ export {
export { TasksClient } from './generated/tasks-service.pbsc'
export { ListVersionsRequest, ListVersionsResponse } from './generated/versions-common.pb'
export { VersionsClient } from './generated/versions-service.pbsc'
export {
CheckHealthRequest,
CheckHealthResponse,
HealthStatusEnum,
} from './generated/health-checks-common.pb'
export { HealthChecksServiceClient } from './generated/health-checks-service.pbsc'

0 comments on commit 8082e78

Please sign in to comment.