瀏覽代碼

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;
   }