From 02dea2389288cea26e60b7ec5a7a3628bb19c22f Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 19 Jan 2025 21:35:32 -0300 Subject: [PATCH] Update auth.ts --- 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 b5d6e2c5..99ff71c7 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -97,7 +97,7 @@ export async function getACUC( let rpcName = mode === RateLimiterMode.Extract || mode === RateLimiterMode.ExtractStatus ? "auth_credit_usage_chunk_extract" - : "auth_credit_usage_chunk_test_21_credit_pack_n_extract"; + : "auth_credit_usage_chunk_test_22_credit_pack_n_extract"; while (retries < maxRetries) { ({ data, error } = await supabase_service.rpc( rpcName,