mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 03:46:04 +08:00
Nick: moving acuc temp to read replica
This commit is contained in:
parent
934363b409
commit
4d287bb77f
@ -95,7 +95,8 @@ export async function getACUC(
|
|||||||
while (retries < maxRetries) {
|
while (retries < maxRetries) {
|
||||||
({ data, error } = await supabase_service.rpc(
|
({ data, error } = await supabase_service.rpc(
|
||||||
"auth_credit_usage_chunk_test_21_credit_pack",
|
"auth_credit_usage_chunk_test_21_credit_pack",
|
||||||
{ input_key: api_key }
|
{ input_key: api_key },
|
||||||
|
{ get: true }
|
||||||
));
|
));
|
||||||
|
|
||||||
if (!error) {
|
if (!error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user