Skip to content

Commit

Permalink
Fix active price ids
Browse files Browse the repository at this point in the history
  • Loading branch information
LL782 committed Aug 26, 2022
1 parent 09e3ec9 commit ab6ad86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ideas/ideas.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ const ideas: Idea[] = [
losAtlantisColouring
),
Object.assign(
{ price: { amount: 1.5, id: "price_1LW5O2JvxKuslv8gUsgjcsL8" } },
{ price: { amount: 1.5, id: "price_1LW5TlJvxKuslv8gGV0tj1P1" } },
eyesOnTheBlindfoldColouring
),
Object.assign(
{ price: { amount: 1.5, id: "price_1LW5OKJvxKuslv8gxEGbnCmF" } },
{ price: { amount: 1.5, id: "price_1LW5UMJvxKuslv8g0IoWIG28" } },
beardedStrangeFaceColouring
),
];
Expand Down

1 comment on commit ab6ad86

@vercel
Copy link

@vercel vercel bot commented on ab6ad86 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.