Shun Miyazawa 4 лет назад
Родитель
Сommit
42ea1449fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/server/service/comment.ts

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

@@ -71,7 +71,7 @@ class CommentService {
     });
     });
   }
   }
 
 
-  createAndSendNotifications = async function(comment, actionType) {
+  private createAndSendNotifications = async function(comment, actionType) {
 
 
     // Create activity
     // Create activity
     const parameters = {
     const parameters = {