[feat] Remove unuse code

This commit is contained in:
JasonWu
2021-09-01 15:30:09 +08:00
parent 9174b540fd
commit c96cdf0ebd
13 changed files with 1 additions and 384 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const constants = {
OPENID_EXPIRE: 300, // 5min
INTERNAL_REGULATION_CACHE_TTL: 1800, // 30min
REPORT_CACHE_TTL: 600, // 10 min
ALLOW_GROUP_ROLE: ['Ironman3']
ALLOW_GROUP_ROLE: ['Ironman3'] // 允許的 Group 身份
};
module.exports = constants;