reiji-h 1 rok temu
rodzic
commit
9a028e2137

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

@@ -1,6 +1,7 @@
 import { ErrorV3 } from '@growi/core/dist/models';
 import { body } from 'express-validator';
 
+
 import { i18n } from '^/config/next-i18next.config';
 
 import { SupportedAction } from '~/interfaces/activity';
@@ -380,7 +381,6 @@ module.exports = (crowi) => {
 
   });
 
-
   /**
    * @swagger
    *