Skip to content

Commit

Permalink
remove stripePriceLink from events table in seed.ts script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 28, 2024
1 parent 02a9666 commit b8b8e1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/scripts/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const main = async () => {
await db.insert(events).values([
{
id: 1,
stripePriceId: "price_1Pwg1ZP464csY2Up9hCiwrhp",
title: "Gury's Cookout",
description: "Learn how to cook authentic indian meals.",
location: "Chef's kitchen",
Expand All @@ -67,7 +66,6 @@ const main = async () => {
},
{
id: 2,
stripePriceId: "price_1PSHWRP464csY2UpYpxvB2tk",
title: "Dance Series: Shawn Thomas",
description: "Special dance series led by the goat himself, Guryash.",
location: "Dance Studio",
Expand All @@ -85,7 +83,6 @@ const main = async () => {
},
{
id: 3,
stripePriceId: "price_1PSHWyP464csY2UpVWjc276j",
title: "Pub Quiz: India Series",
description:
"Join this unique members only event to test your knowledge on Indian culture and win amazing prizes.",
Expand Down

0 comments on commit b8b8e1b

Please sign in to comment.