Skip to content

Commit

Permalink
Remove Slack mention
Browse files Browse the repository at this point in the history
  • Loading branch information
petradonka authored Apr 29, 2024
1 parent 7f2ac25 commit 7fbe9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const userData: Prisma.UserCreateInput[] = [
posts: {
create: [
{
title: 'Join the Prisma Slack',
content: 'https://slack.prisma.io',
title: 'Join the Prisma Discord',
content: 'https://pris.ly/discord',
published: true,
},
],
Expand Down

0 comments on commit 7fbe9c3

Please sign in to comment.