Skip to content

Commit

Permalink
fix: reverting to old version number for free plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jerriclynsjohn committed Aug 10, 2023
1 parent b012b18 commit 8e5eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/tierConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { FeatureName, PlanName } from "tier";
import { TierPlanConstant } from "@/types";

// Plans
export const TIER_FREE_PLAN_ID = "plan:free@1";
export const TIER_FREE_PLAN_ID = "plan:free@0";
export const TIER_STARTUP_PLAN_ID = "plan:startup@0";
export const TIER_BUSINESS_PLAN_ID = "plan:business@0";

Expand Down

1 comment on commit 8e5eadb

@vercel
Copy link

@vercel vercel bot commented on 8e5eadb Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tier-vercel-openai – ./

tier-vercel-openai-tier.vercel.app
tier-vercel-openai-git-main-tier.vercel.app
tier-vercel-openai.vercel.app

Please sign in to comment.