Continue to clean things up

This commit is contained in:
Owen
2026-02-10 18:30:01 -08:00
parent e2ac6e6d4d
commit 9ff863db5e
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;