瀏覽代碼

rename the todo comment

kaori 4 年之前
父節點
當前提交
519245fe1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/server/models/activity.ts

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

@@ -216,7 +216,7 @@ activitySchema.post('save', async(savedActivity: ActivityDocument) => {
 
 
 /**
- * TODO: implement removeActivity by GW-7481
+ * TODO: improve removeActivity that decleard in InAppNotificationService by GW-7481
  */
 
 // because mongoose's 'remove' hook fired only when remove by a method of Document (not by a Model method)