@shushed/helpers 0.0.131 → 0.0.132
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -171129,6 +171129,7 @@ function getRedisClient(sysEnv) {
|
|
|
171129
171129
|
});
|
|
171130
171130
|
global.REDIS_CLIENTS[redisEndpoint] = REDIS_CLIENT;
|
|
171131
171131
|
}
|
|
171132
|
+
return global.REDIS_CLIENTS[redisEndpoint];
|
|
171132
171133
|
}
|
|
171133
171134
|
|
|
171134
171135
|
// src-public/ActionHelper.ts
|