소스 검색

small fix

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');