Taichi Masuyama 4 lat temu
rodzic
commit
6c8bed56f3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/app/src/server/models/page.ts

+ 2 - 2
packages/app/src/server/models/page.ts

@@ -396,8 +396,8 @@ export default (crowi: Crowi): any => {
     }
 
     /*
-      * UserGroup & Owner validation
-      */
+     * UserGroup & Owner validation
+     */
     let isGrantNormalized = false;
     try {
       isGrantNormalized = await crowi.pageGrantService.isGrantNormalized(path, grant, grantedUserIds, grantUserGroupId);