mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 17:48:59 +08:00
new acuc
This commit is contained in:
parent
b9dde3fc3d
commit
e0a3c54967
@ -99,7 +99,7 @@ export async function getACUC(
|
|||||||
while (retries < maxRetries) {
|
while (retries < maxRetries) {
|
||||||
const client = supabase_service;
|
const client = supabase_service;
|
||||||
({ data, error } = await client.rpc(
|
({ data, error } = await client.rpc(
|
||||||
"auth_credit_usage_chunk_26_tally",
|
"auth_credit_usage_chunk_27_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