mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 12:15:57 +08:00
remove double v0 log
This commit is contained in:
parent
0446443bbe
commit
e2c4b0e72f
@ -299,22 +299,6 @@ export async function scrapeController(req: Request, res: Response) {
|
|||||||
team_id,
|
team_id,
|
||||||
);
|
);
|
||||||
|
|
||||||
logJob({
|
|
||||||
job_id: jobId,
|
|
||||||
success: result.success,
|
|
||||||
message: result.error,
|
|
||||||
num_docs: 1,
|
|
||||||
docs: [doc],
|
|
||||||
time_taken: timeTakenInSeconds,
|
|
||||||
team_id: team_id,
|
|
||||||
mode: "scrape",
|
|
||||||
url: req.body.url,
|
|
||||||
crawlerOptions: crawlerOptions,
|
|
||||||
scrapeOptions,
|
|
||||||
origin: origin,
|
|
||||||
num_tokens: numTokens,
|
|
||||||
});
|
|
||||||
|
|
||||||
return res.status(result.returnCode).json(result);
|
return res.status(result.returnCode).json(result);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Sentry.captureException(error);
|
Sentry.captureException(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user