2 Commits f680d6b9ee ... cc1043421b

Autore SHA1 Messaggio Data
  Mike L cc1043421b Update deps with npm audit fix 3 mesi da adesso
  Mike L f680d6b9ee Update deps with npm audit fix 3 mesi da adesso
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();