2
0
Shun Miyazawa 3 жил өмнө
parent
commit
523852231e

+ 0 - 1
packages/app/src/server/service/activity.ts

@@ -65,7 +65,6 @@ class ActivityService {
     }
 
     try {
-      // Set retention period only if activityExpirationSeconds is not null
       await collection.createIndex({ createdAt: 1 }, { expireAfterSeconds: activityExpirationSeconds });
     }
     catch (err) {