From e0a3c54967bb1a7d470f8059927131c73d1cc64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Sun, 30 Mar 2025 17:32:24 +0200 Subject: [PATCH] new acuc --- apps/api/src/controllers/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 6f3f0580..6ba86525 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -99,7 +99,7 @@ export async function getACUC( while (retries < maxRetries) { const client = supabase_service; ({ data, error } = await client.rpc( - "auth_credit_usage_chunk_26_tally", + "auth_credit_usage_chunk_27_tally", { input_key: api_key, i_is_extract: isExtract, tally_untallied_credits: true }, { get: true }, ));