ソースを参照

Amélioration export

Loquicom 5 年 前
コミット
bcb9680267
1 ファイル変更1 行追加2 行削除
  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();