diff --git a/packages/auth/src/redis/index.js b/packages/auth/src/redis/index.js index a2c0533586..850f7a5d3b 100644 --- a/packages/auth/src/redis/index.js +++ b/packages/auth/src/redis/index.js @@ -57,7 +57,7 @@ function init() { CLIENT.disconnect() } - const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED) + const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED) if (CLUSTERED) { CLIENT = new Redis.Cluster([{ host, port }], opts)