Skip to content

Commit

Permalink
feat: Add another email for 20k
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Jun 14, 2024
1 parent 61b9e5d commit 15bcbd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/subs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export function subApiMaxCalls(
// inside the DB, with an admin dashboard to update etc. But for now, let's
// do like this.
if (
userId === "fe601de1-adc5-442f-a1b3-b58a01503474" &&
(userId === "fe601de1-adc5-442f-a1b3-b58a01503474" ||
userId === "350c4640-42b3-4596-89fd-cacfd81e2b8a") &&
isBefore(today, julySeventh)
) {
return 20_000;
Expand Down

0 comments on commit 15bcbd0

Please sign in to comment.