Skip to content

Commit 7fbe9c3

Browse files
authored
Remove Slack mention
1 parent 7f2ac25 commit 7fbe9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prisma/seed.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const userData: Prisma.UserCreateInput[] = [
99
posts: {
1010
create: [
1111
{
12-
title: 'Join the Prisma Slack',
13-
content: 'https://slack.prisma.io',
12+
title: 'Join the Prisma Discord',
13+
content: 'https://pris.ly/discord',
1414
published: true,
1515
},
1616
],

0 commit comments

Comments
 (0)