瀏覽代碼

clean code

kaori 4 年之前
父節點
當前提交
75f3faf100
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      packages/app/src/server/service/comment.ts

+ 1 - 3
packages/app/src/server/service/comment.ts

@@ -14,11 +14,9 @@ class CommentService {
 
   commentEvent!: any;
 
-  activityService: any;
-
   constructor(crowi: any) {
     this.crowi = crowi;
-    this.activityService = crowi.activityService;
+
     this.commentEvent = crowi.event('comment');
 
     // init