Explorar o código

Removed unnecessary comments

Taichi Masuyama %!s(int64=3) %!d(string=hai) anos
pai
achega
4dbb55eba6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/app/src/server/service/page.ts

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

@@ -2864,7 +2864,6 @@ class PageService {
           { path: { $nin: publicPathsToNormalize }, status: Page.STATUS_PUBLISHED },
         ];
         const filterForApplicableAncestors = { $or: orFilters };
-        // TODOT: fix or create another method for this
         const aggregationPipeline = await buildPipelineToCreateEmptyPagesByUser(user, parentPaths, false, filterForApplicableAncestors);
         await Page.createEmptyPagesByPaths(parentPaths, aggregationPipeline);