Skip to content
Snippets Groups Projects
Commit 59038bda authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Fixed unrenamed references

parent f7178360
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,7 +29,7 @@ function switchDatabase(client, redisDb, logger) {
* Creates a sentinel client
*/
function createSentinelClientInstance(sentinelOpts, clientOpts, logger) {
var RedisSentinel = require('gitter-redis-sentinel-client');
var RedisSentinel = require('@gitterhq/redis-sentinel-client');
 
/* redis-sentinel will always try redis sentinels from first to last
so shuffle the list to ensure that no sentinel is slacking */
Loading
Loading
Loading
Loading
@@ -27,7 +27,7 @@ function configureLogger(statsHandlers, config, logger) {
}
 
function configureCube(statsHandlers, config) {
var Cube = require("gitter-private-cube");
var Cube = require("@gitterhq/cube");
var statsUrl = config.get("stats:cube:cubeUrl");
var cube = Cube.emitter(statsUrl);
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment