Explorar o código

Amélioration export

Loquicom %!s(int64=5) %!d(string=hai) anos
pai
achega
bcb9680267
Modificáronse 1 ficheiros con 1 adicións e 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();