Skip to content

Commit a4ef8d4

Browse files
authored
Auto review seeded orgs (calcom#21856)
1 parent 9d96626 commit a4ef8d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/prisma/seed.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,7 @@ async function main() {
11811181
isOrganizationVerified: true,
11821182
orgAutoAcceptEmail: "acme.com",
11831183
isAdminAPIEnabled: true,
1184+
isAdminReviewed: true,
11841185
},
11851186
},
11861187
members: [
@@ -1277,6 +1278,7 @@ async function main() {
12771278
organizationSettings: {
12781279
isOrganizationVerified: true,
12791280
orgAutoAcceptEmail: "dunder-mifflin.com",
1281+
isAdminReviewed: true,
12801282
},
12811283
},
12821284
members: [

0 commit comments

Comments
 (0)