Pārlūkot izejas kodu

Amélioration export

Loquicom 5 gadi atpakaļ
vecāks
revīzija
bcb9680267
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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();