소스 검색

fix lint error

Shun Miyazawa 1 년 전
부모
커밋
7aa7dba6a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/server/routes/apiv3/personal-setting/index.js

+ 1 - 1
apps/app/src/server/routes/apiv3/personal-setting/index.js

@@ -495,7 +495,7 @@ module.exports = (crowi) => {
    *                     type: string
    *                     description: description of access token
    *                   scope:
-   *                     type: string[]
+   *                     type: array
    *                     description: scope of access token
    */
   router.post('/access-token', accessTokenParser([SCOPE.WRITE.USER_SETTINGS.API.ACCESS_TOKEN]), generateAccessTokenHandlerFactory(crowi));