mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 17:59:07 +08:00
fix: crawl
This commit is contained in:
parent
a1e6c13b67
commit
39b1390289
@ -1,5 +1,5 @@
|
||||
import { Request } from "express";
|
||||
import { supabase_service } from "../supabase";
|
||||
import { supabase_rr_service, supabase_service } from "../supabase";
|
||||
import { validate as isUuid } from "uuid";
|
||||
import { logger } from "../../../src/lib/logger";
|
||||
|
||||
@ -18,7 +18,7 @@ export async function validateIdempotencyKey(req: Request): Promise<boolean> {
|
||||
return false;
|
||||
}
|
||||
|
||||
const { data, error } = await supabase_service
|
||||
const { data, error } = await supabase_rr_service
|
||||
.from("idempotency_keys")
|
||||
.select("key")
|
||||
.eq("key", idempotencyKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user