Nick: moving acuc temp to read replica

This commit is contained in:
Nicolas 2024-12-06 13:06:26 -03:00
parent 934363b409
commit 4d287bb77f

View File

@ -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) {