Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 5, 2025
1 parent 3e362f6 commit 71fee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/api/core-domain/infra/companies-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (process.env.REDIS_SENTINEL_HOSTS) {
try {
redisOptions.sentinels = JSON.parse(process.env.REDIS_SENTINEL_HOSTS);
} catch (error) {
logger.error({ error }, "Failed to parse REDIS_SENTINEL_HOSTS, falling back to direct connection");
logger.error({ error }, "Failed to parse REDIS_SENTINEL_HOSTS");
}
} else {
redisOptions.host = process.env.REDIS_HOST || "localhost";
Expand Down

0 comments on commit 71fee4f

Please sign in to comment.