Allow enterprise

This commit is contained in:
Owen
2026-02-17 21:55:57 -08:00
parent 09a9457021
commit 5987f6b2cd
3 changed files with 6 additions and 4 deletions

View File

@@ -78,7 +78,8 @@ export async function getOrgTierData(
if (
subscription.type === "tier1" ||
subscription.type === "tier2" ||
subscription.type === "tier3"
subscription.type === "tier3" ||
subscription.type === "enterprise"
) {
tier = subscription.type;
active = true;