Skip to content

Commit bf6a2a0

Browse files
committed
Fix for seedCloud script having a duplicate pkApiKey in it
1 parent 4fc5de0 commit bf6a2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/prisma/seedCloud.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function seedCloud(prisma: PrismaClient) {
8787
},
8888
create: {
8989
apiKey: "tr_prod_bNaLxayOXqoj",
90-
pkApiKey: "pk_dev_323f3650218e370508cf",
90+
pkApiKey: "pk_dev_323f3650218e378191cf",
9191
slug: "prod",
9292
type: "PRODUCTION",
9393
project: {

0 commit comments

Comments
 (0)