Explorar o código

add blank line

NaokiHigashi28 hai 1 ano
pai
achega
fbba7e6843
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 { pagePath, fileNameOrId } = req.query;
     const filterXSS = new FilterXSS();
+
     if (pagePath == null) {
       res.status(400).send('the param \'pagePath\' must be set.');
       return;