mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 03:28:12 +08:00
Nick: scrape id when origin is website for report system
This commit is contained in:
parent
11971da359
commit
00dacaf935
@ -147,5 +147,6 @@ export async function scrapeController(
|
||||
return res.status(200).json({
|
||||
success: true,
|
||||
data: legacyDocumentConverter(doc),
|
||||
scrape_id: origin === "website" ? jobId : undefined,
|
||||
});
|
||||
}
|
||||
|
@ -225,6 +225,7 @@ export type ScrapeResponse =
|
||||
success: true;
|
||||
warning?: string;
|
||||
data: Document;
|
||||
scrape_id?: string;
|
||||
};
|
||||
|
||||
export interface ScrapeResponseRequestTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user