瀏覽代碼

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();