2
0
Shun Miyazawa 2 жил өмнө
parent
commit
f9cf64ee65

+ 0 - 1
apps/app/src/server/service/page/index.ts

@@ -3954,7 +3954,6 @@ class PageService implements IPageService {
       { $project: { _id: 1 } },
     ]);
 
-    // const ancestorPageIds = ancestorPages.map(page => page._id);
     await Page.updateMany({ _id: { $in: ancestorPageIds } }, { $unset: { ttlTimestamp: true } });
   }