소스 검색

clean code

Yuki Takei 6 년 전
부모
커밋
facd72d90b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/server/models/user.js

+ 0 - 1
src/server/models/user.js

@@ -58,7 +58,6 @@ module.exports = function(crowi) {
     apiToken: { type: String, index: true },
     lang: {
       type: String,
-      // eslint-disable-next-line no-eval
       enum: crowi.locales,
       default: LANG_EN_US,
     },