We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8b5d3 commit db94189Copy full SHA for db94189
apps/backend/src/http/routes/checks.ts
@@ -46,7 +46,7 @@ export const checkRoutes = async (app: FastifyInstance) => {
46
}
47
48
try {
49
- await redis.ping();
+ await app.redis.ping();
50
} catch (redisError) {
51
healthStatus.redis = false;
52
0 commit comments