Skip to content

Commit

Permalink
adjust acuc balance
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Mar 7, 2025
1 parent 3786ad7 commit 0c457e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/controllers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function getACUC(
: "auth_credit_usage_chunk_test_22_credit_pack_n_extract";
while (retries < maxRetries) {
const client =
Math.random() > 0.5 ? supabase_rr_service : supabase_service;
Math.random() > (2/3) ? supabase_rr_service : supabase_service;
({ data, error } = await client.rpc(
rpcName,
{ input_key: api_key },
Expand Down

0 comments on commit 0c457e6

Please sign in to comment.