From 56e250da76f47f6bda8b4aef3c2327fbfd1516da Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Sun, 26 Jun 2022 23:28:28 +0200 Subject: [PATCH] refactor: export mikro orm health indicator --- lib/health-indicator/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/health-indicator/index.ts b/lib/health-indicator/index.ts index 6393d70af8..8eb62ddf34 100644 --- a/lib/health-indicator/index.ts +++ b/lib/health-indicator/index.ts @@ -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';