adjust acuc balance

This commit is contained in:
Gergő Móricz 2025-03-07 20:34:43 +01:00
parent 3786ad7f5d
commit 0c457e6f2f

View File

@ -101,7 +101,7 @@ export async function getACUC(
: "auth_credit_usage_chunk_test_22_credit_pack_n_extract"; : "auth_credit_usage_chunk_test_22_credit_pack_n_extract";
while (retries < maxRetries) { while (retries < maxRetries) {
const client = 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( ({ data, error } = await client.rpc(
rpcName, rpcName,
{ input_key: api_key }, { input_key: api_key },