mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
fix skipping onboard complete check
This commit is contained in:
parent
4869137d1e
commit
631616620c
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ const _fetchSubscriptionForOrg = async (orgId: number, prisma: Prisma.Transactio
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!org.stripeCustomerId) {
|
if (!org.stripeCustomerId) {
|
||||||
return null;
|
return notFound();
|
||||||
}
|
}
|
||||||
|
|
||||||
const stripe = getStripe();
|
const stripe = getStripe();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue