Răsfoiți Sursa

fix lint error

Shun Miyazawa 10 luni în urmă
părinte
comite
cb357c81e2

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

@@ -462,7 +462,7 @@ module.exports = (crowi) => {
    *               schema:
    *                 properties:
    *                   accessTokens:
-   *                     type: objet
+   *                     type: object
    *                     description: array of access tokens
    */
   router.get('/access-token', accessTokenParser([SCOPE.READ.USER_SETTINGS.API.ACCESS_TOKEN]), getAccessTokenHandlerFactory(crowi));