fix skipping onboard complete check

This commit is contained in:
msukkari 2025-02-26 17:37:36 -08:00
parent 4869137d1e
commit 631616620c

View file

@ -1246,7 +1246,7 @@ const _fetchSubscriptionForOrg = async (orgId: number, prisma: Prisma.Transactio
}
if (!org.stripeCustomerId) {
return null;
return notFound();
}
const stripe = getStripe();