Skip to content

Commit

Permalink
refactor: export mikro orm health indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Jun 26, 2022
1 parent ce6cdc8 commit 56e250d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/health-indicator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './health-indicator';
export * from './http/http.health';
export * from './database/mongoose.health';
export * from './database/typeorm.health';
export * from './database/mikro-orm.health';
export * from './database/sequelize.health';
export * from './microservice/microservice.health';
export * from './microservice/grpc.health';
Expand Down

0 comments on commit 56e250d

Please sign in to comment.