ソースを参照

Suppr ligne blanche

Loquicom 5 年 前
コミット
144a7004e5
1 ファイル変更0 行追加1 行削除
  1. 0 1
      node/src/router.js

+ 0 - 1
node/src/router.js

@@ -360,7 +360,6 @@ const router = class Router {
             if (result) {
                 res.json(success());
             } else {
-
                 res.json(error(ERR_FILE));
             }
         });