2 Achegas f680d6b9ee ... cc1043421b

Autor SHA1 Mensaxe Data
  Mike L cc1043421b Update deps with npm audit fix dende agora 3 meses
  Mike L f680d6b9ee Update deps with npm audit fix dende agora 3 meses
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/tools.js

+ 1 - 1
lib/tools.js

@@ -23,7 +23,7 @@ module.exports = function(conf)
 		this.client = redis.createClient(options);
 
 		this.client.on("error", (err) => {
-				console.log("redis Error " + err);
+			console.log("redis Error " + err);
 		});
 
 		return this.client.connect();