소스 검색

Added a TODO comment

Taichi Masuyama 4 년 전
부모
커밋
1bb264f05d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/server/models/page.ts

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

@@ -518,6 +518,7 @@ schema.statics.findAncestorsUsingParentRecursively = async function(pageId: Obje
   return findAncestorsRecursively(target);
 };
 
+// TODO: write test code
 /**
  * Recursively removes empty pages at leaf position.
  * @param pageId ObjectIdLike