Skip to content

Commit

Permalink
chore: remove teamseats sentry error (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Aug 11, 2024
1 parent da6a23a commit cc1173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/jobs/stripeMeters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default async function stripeCounters() {
(item) => item.price.lookup_key === "team_seats",
)

if (!seatItem) throw new Error("No team_seats item found")
if (!seatItem) return

if (seatItem.quantity !== count) {
await stripe.subscriptionItems.update(seatItem.id, {
Expand Down

0 comments on commit cc1173e

Please sign in to comment.