Shun Miyazawa пре 6 месеци
родитељ
комит
4c89e96633
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/pages/[[...path]]/index.page.tsx

+ 1 - 1
apps/app/src/pages/[[...path]]/index.page.tsx

@@ -279,7 +279,7 @@ export const getServerSideProps: GetServerSideProps<Props> = async (
     commonEachPropsResult,
     nextjsRoutingType === NextjsRoutingType.SAME_ROUTE
       ? await getServerSidePropsForSameRoute(context)
-      : await getServerSidePropsForInitial(context)
+      : await getServerSidePropsForInitial(context),
   );
 };