فهرست منبع

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