Skip to content

Commit

Permalink
Update firebaseFunctions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanAnsari authored Sep 21, 2024
1 parent 808ed08 commit 6160e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebaseFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ interface UserData {

// Define allowed plans and request limits
const requestLimits: Record<Plan, number> = {
free: 20,
pro: 200,
free: 50,
pro: 500,
enterprise: Infinity, // Unlimited requests for enterprise plan
};

Expand Down

0 comments on commit 6160e99

Please sign in to comment.