Skip to content

Commit

Permalink
Add invalid project ID to seed script
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Aug 13, 2024
1 parent 700034c commit 64ac709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async function seed() {
serverMetadata: {
managedProjectIds: [
"internal",
"12345678-1234-1234-1234-123456789abc", // intentionally invalid project ID to ensure we don't rely on project IDs being valid
],
},
projectUserOAuthAccounts: {
Expand Down

0 comments on commit 64ac709

Please sign in to comment.