소스 검색

add blank line

NaokiHigashi28 1 년 전
부모
커밋
fbba7e6843
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/remark-attachment-refs/src/server/routes/refs.ts

+ 1 - 0
packages/remark-attachment-refs/src/server/routes/refs.ts

@@ -87,6 +87,7 @@ export const routesFactory = (crowi): any => {
     const user = req.user;
     const user = req.user;
     const { pagePath, fileNameOrId } = req.query;
     const { pagePath, fileNameOrId } = req.query;
     const filterXSS = new FilterXSS();
     const filterXSS = new FilterXSS();
+
     if (pagePath == null) {
     if (pagePath == null) {
       res.status(400).send('the param \'pagePath\' must be set.');
       res.status(400).send('the param \'pagePath\' must be set.');
       return;
       return;