kaori 4 ani în urmă
părinte
comite
75f3faf100
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  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;
   commentEvent!: any;
 
 
-  activityService: any;
-
   constructor(crowi: any) {
   constructor(crowi: any) {
     this.crowi = crowi;
     this.crowi = crowi;
-    this.activityService = crowi.activityService;
+
     this.commentEvent = crowi.event('comment');
     this.commentEvent = crowi.event('comment');
 
 
     // init
     // init