Skip to content

Commit

Permalink
fix pricing for Ball event (BRUH IM SO TIRED)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 31, 2024
1 parent b134f59 commit 4b295da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api/scripts/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const main = async () => {
isTicketLive: true,
maxNumberTickets: 100,
numberTicketsLeft: 100,
price: "28.00",
price: "6.99",
ticketLinkBypass: false,
startDateTicketSales: new Date().toLocaleString(),
publishedAt: new Date().toLocaleString(),
Expand All @@ -166,7 +166,7 @@ const main = async () => {
isTicketLive: true,
maxNumberTickets: 190,
numberTicketsLeft: 190,
price: "28.00",
price: "10.99",
ticketLinkBypass: false,
startDateTicketSales: new Date().toLocaleString(),
publishedAt: new Date().toLocaleString(),
Expand All @@ -182,7 +182,7 @@ const main = async () => {
isTicketLive: true,
maxNumberTickets: 130,
numberTicketsLeft: 130,
price: "28.00",
price: "8.99",
ticketLinkBypass: false,
startDateTicketSales: new Date().toLocaleString(),
publishedAt: new Date().toLocaleString(),
Expand Down Expand Up @@ -233,6 +233,9 @@ const main = async () => {
},
]);

//Questions
//QuestionTicketIdLink

await db.insert(purchasableMemberships).values([
{
id: 1,
Expand Down

0 comments on commit 4b295da

Please sign in to comment.