소스 검색

Fixed type

Taichi Masuyama 4 년 전
부모
커밋
e9eb171277
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/server/models/page.ts

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

@@ -377,7 +377,7 @@ export const generateGrantConditions = async(
     userGroups = await UserGroupRelation.findAllUserGroupIdsRelatedToUser(user);
   }
 
-  const grantConditions: PipelineStageMatch[] = [
+  const grantConditions: AnyObject[] = [
     { grant: null },
     { grant: GRANT_PUBLIC },
   ];