Skip to content

Commit 420af1e

Browse files
authored
Merge pull request #1112 from trycompai/main
[comp] Production Deploy
2 parents 16150a8 + 907a33e commit 420af1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/app/src/app/api/stripe/repair

apps/app/src/app/api/stripe/repair/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export async function POST(req: Request) {
106106
});
107107

108108
// Sync updated data to KV store
109-
await syncStripeDataToKV(updatedOrganization.id);
109+
await syncStripeDataToKV(customer.id);
110110

111111
return successResponse('Stripe data successfully repaired', {
112112
organizationId: updatedOrganization.id,

0 commit comments

Comments
 (0)