Skip to content

Commit ea8d727

Browse files
committed
chore: generate
1 parent b590bda commit ea8d727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/console/app/src/routes/stripe/webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ export async function POST(input: APIEvent) {
519519
if (!workspaceID) throw new Error("Workspace ID not found")
520520
if (!invoiceID) throw new Error("Invoice ID not found")
521521

522-
const paymentIntent = await Billing.stripe().paymentIntents.retrieve(invoiceID);
522+
const paymentIntent = await Billing.stripe().paymentIntents.retrieve(invoiceID)
523523
console.log(JSON.stringify(paymentIntent))
524524
const errorMessage =
525525
typeof paymentIntent === "object" && paymentIntent !== null

0 commit comments

Comments
 (0)