Browse Source

lint

pull/2581/head
Martin McKeaveney 5 years ago
parent
commit
ad2cccfbd2
  1. 2
      packages/auth/src/redis/index.js

2
packages/auth/src/redis/index.js

@ -56,7 +56,7 @@ function init() {
if (CLIENT) {
CLIENT.disconnect()
}
const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED)
if (CLUSTERED) {

Loading…
Cancel
Save