Skip to content

Commit db94189

Browse files
committed
fix: redis check
1 parent ba8b5d3 commit db94189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/http/routes/checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const checkRoutes = async (app: FastifyInstance) => {
4646
}
4747

4848
try {
49-
await redis.ping();
49+
await app.redis.ping();
5050
} catch (redisError) {
5151
healthStatus.redis = false;
5252
}

0 commit comments

Comments
 (0)