We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b51e commit c28e706Copy full SHA for c28e706
valhalla/jawn/src/lib/handlers/StripeLogHandler.ts
@@ -47,6 +47,10 @@ export class StripeLogHandler extends AbstractLogHandler {
47
return await super.handle(context);
48
}
49
50
+ if (context.message.log.request.cacheReferenceId) {
51
+ return await super.handle(context);
52
+ }
53
+
54
const stripe_customer_id = await cacheResultCustom(
55
"stripe_customer_id_" + organizationId,
56
async () => getStripeCustomerId(organizationId),
0 commit comments