Continue to clean things up

This commit is contained in:
Owen
2026-02-10 18:30:01 -08:00
committed by Owen Schwartz
parent 07d26790b2
commit 602c51a460
6 changed files with 158 additions and 54 deletions

View File

@@ -188,7 +188,7 @@ export async function handleSubscriptionUpdated(
const orgId = customer.orgId;
if (!orgId) {
logger.warn(
logger.debug(
`No orgId found in subscription metadata for subscription ${subscription.id}. Skipping usage reset.`
);
continue;