Explorar el Código

Amélioration export

Loquicom hace 5 años
padre
commit
bcb9680267
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      node/src/auth.js

+ 1 - 2
node/src/auth.js

@@ -59,5 +59,4 @@ class Auth {
 }
 
 // Export
-let auth = new Auth();
-module.exports = auth;
+module.exports = new Auth();