Shun Miyazawa 3 سال پیش
والد
کامیت
e53b6b4c4a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/pages/share/[[...path]].page.tsx

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

@@ -157,7 +157,6 @@ export const getServerSideProps: GetServerSideProps = async(context: GetServerSi
   }
 
   const { linkId } = req.params;
-
   try {
     const ShareLinkModel = crowi.model('ShareLink');
     const shareLink = await ShareLinkModel.findOne({ _id: linkId }).populate('relatedPage');