ソースを参照

change var name

Shun Miyazawa 3 年 前
コミット
1bb0a2de7b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/app/src/server/service/activity.ts

+ 1 - 1
packages/app/src/server/service/activity.ts

@@ -64,7 +64,7 @@ class ActivityService {
     const auditLogExcludeActions = this.crowi.configManager.getConfig('crowi', 'app:auditLogExcludeActions');
     const auditLogExcludeActions = this.crowi.configManager.getConfig('crowi', 'app:auditLogExcludeActions');
 
 
     if (!auditLogEnabled) {
     if (!auditLogEnabled) {
-      return AllSupportedActionToNotified;
+      return AllEssentialActions;
     }
     }
 
 
     const availableActionsSet = new Set<SupportedActionType>();
     const availableActionsSet = new Set<SupportedActionType>();