mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-22 11:53:40 +08:00
acuc fix
This commit is contained in:
parent
6dc5b1cd64
commit
0bdaa97bfb
@ -100,7 +100,7 @@ export async function getACUC(
|
|||||||
const client =
|
const client =
|
||||||
Math.random() > (2/3) ? supabase_rr_service : supabase_service;
|
Math.random() > (2/3) ? supabase_rr_service : supabase_service;
|
||||||
({ data, error } = await client.rpc(
|
({ 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 },
|
{ input_key: api_key, i_is_extract: isExtract, tally_untallied_credits: true },
|
||||||
{ get: true },
|
{ get: true },
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user