2 Angajamente f680d6b9ee ... cc1043421b

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Mike L cc1043421b Update deps with npm audit fix 3 luni de acum
  Mike L f680d6b9ee Update deps with npm audit fix 3 luni de acum
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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();