diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 8d5a5643..1b94fb01 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -95,7 +95,8 @@ export async function getACUC( while (retries < maxRetries) { ({ data, error } = await supabase_service.rpc( "auth_credit_usage_chunk_test_21_credit_pack", - { input_key: api_key } + { input_key: api_key }, + { get: true } )); if (!error) {