Internal project no longer linked to unknown

This commit is contained in:
Konstantin Wohlwend 2026-01-21 18:13:09 -08:00
parent 6c22e6e511
commit e2ecad4915

View File

@ -215,13 +215,6 @@ export async function seed() {
}
});
// Set the internal project's branch config source to pushed-from-unknown
await setBranchConfigOverrideSource({
projectId: 'internal',
branchId: DEFAULT_BRANCH_ID,
source: { type: "pushed-from-unknown" },
});
await ensurePermissionDefinition(
globalPrismaClient,
internalPrisma,