Explorar el Código

fix lint error

Yuki Takei hace 3 años
padre
commit
971ae23ab2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/app/src/server/routes/apiv3/customize-setting.js

+ 2 - 2
packages/app/src/server/routes/apiv3/customize-setting.js

@@ -542,14 +542,14 @@ module.exports = (crowi) => {
    *          content:
    *          content:
    *            application/json:
    *            application/json:
    *              schema:
    *              schema:
-   *                $ref: '#/components/schemas/customizeHtml'
+   *                $ref: '#/components/schemas/CustomizeHtml'
    *        responses:
    *        responses:
    *          200:
    *          200:
    *            description: Succeeded to update customize header
    *            description: Succeeded to update customize header
    *            content:
    *            content:
    *              application/json:
    *              application/json:
    *                schema:
    *                schema:
-   *                  $ref: '#/components/schemas/customizeHtml'
+   *                  $ref: '#/components/schemas/CustomizeHtml'
    */
    */
   router.put('/customize-html', loginRequiredStrictly, adminRequired, addActivity, validator.customizeHtml, apiV3FormValidator, async(req, res) => {
   router.put('/customize-html', loginRequiredStrictly, adminRequired, addActivity, validator.customizeHtml, apiV3FormValidator, async(req, res) => {
     const requestParams = {
     const requestParams = {