Răsfoiți Sursa

rename the todo comment

kaori 4 ani în urmă
părinte
comite
519245fe1c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
 // because mongoose's 'remove' hook fired only when remove by a method of Document (not by a Model method)