Explorar o código

fix lint error

Mudana-grune %!s(int64=2) %!d(string=hai) anos
pai
achega
280cfd5655
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/server/routes/apiv3/security-setting.js

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

@@ -509,7 +509,7 @@ module.exports = (crowi) => {
 
       // Check external auth methods
       const externalAuthTypes = Object.values(GrowiExternalAuthProviderType);
-      await Promise.all(externalAuthTypes.map(async (strategy) => {
+      await Promise.all(externalAuthTypes.map(async(strategy) => {
         await checkAndAddActiveAuthMethodWithAdmin(strategy, activeAuthMethodsWithAdmin);
       }));