From 0bdaa97bfbcbfcf5aff5dc888914535f2f328fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Wed, 19 Mar 2025 21:10:52 +0100 Subject: [PATCH] acuc fix --- 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 ccd1a5b6..d68615b2 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -100,7 +100,7 @@ export async function getACUC( const client = Math.random() > (2/3) ? supabase_rr_service : supabase_service; ({ data, error } = await client.rpc( - "auth_credit_usage_chunk_24_tally", + "auth_credit_usage_chunk_25_tally", { input_key: api_key, i_is_extract: isExtract, tally_untallied_credits: true }, { get: true }, ));