mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:28:59 +08:00
Nick: past_due changes
This commit is contained in:
parent
8b88c26a47
commit
9449d7b020
@ -181,7 +181,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_30",
|
"auth_credit_usage_chunk_31",
|
||||||
{ 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 },
|
||||||
));
|
));
|
||||||
@ -298,7 +298,7 @@ export async function getACUCTeam(
|
|||||||
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_30_from_team",
|
"auth_credit_usage_chunk_31_from_team",
|
||||||
{ input_team: team_id, i_is_extract: isExtract, tally_untallied_credits: true },
|
{ input_team: team_id, i_is_extract: isExtract, tally_untallied_credits: true },
|
||||||
{ get: true },
|
{ get: true },
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user