Skip to content

Commit

Permalink
Merge branch 'fix/preview_token'
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed Mar 6, 2025
2 parents 60346ec + 1ced546 commit 7ec1437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/services/rate-limiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const RATE_LIMITS = {
extract_pro: 1000,
},
preview: {
free: 0,
default: 0,
free: 5,
default: 5,
},
account: {
free: 100,
Expand Down

0 comments on commit 7ec1437

Please sign in to comment.