소스 검색

add empty line

yohei0125 3 년 전
부모
커밋
0dbd7ae01f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/pages/[[...path]].page.tsx

+ 1 - 0
packages/app/src/pages/[[...path]].page.tsx

@@ -259,6 +259,7 @@ async function injectPageInformation(context: GetServerSidePropsContext, props:
   // Todo: should check if the specified revisionId actually exist in DB.
   // if true, replacing page.revision with old revision should be done when populating Revision
   const isSpecifiedRevisionExist = true; // dummy
+
   if(revisionId == null || isSpecifiedRevisionExist ) {
     props.isLatestRevision = true;
   }