Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien authored Jun 29, 2024
1 parent 0830dd5 commit a367c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ai-generation/contracts/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export enum AIPricingPlan {
}

export const AIPricingPlanCost = {
[AIPricingPlan.PERSONAL] : 2000, // 49000,
[AIPricingPlan.PERSONAL] : 49000,
[AIPricingPlan.PREMIUM] : 119000
}

export const AIPricingPlanCredits = {
[AIPricingPlan.PERSONAL] : 60,
[AIPricingPlan.PREMIUM] : 150
}
}

0 comments on commit a367c2d

Please sign in to comment.