Skip to content

Commit

Permalink
undo that
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieptf committed Feb 17, 2025
1 parent 48ab5ac commit f25f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const build = (opts: FastifyServerOptions): FastifyInstance => {
});

Auth.assertEnvironmentSetup();
// checkRedisConnection();
checkRedisConnection();

fastify.addHook('preValidation', async (req: FastifyRequest, reply: FastifyReply) => {
if (req.unauthenticated || req.routeOptions.url === '/public/*' || req.routeOptions.url === '/metrics') {
Expand Down

0 comments on commit f25f98b

Please sign in to comment.