mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 14:29:06 +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,
|
||||
);
|
||||
|
||||
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);
|
||||
} catch (error) {
|
||||
Sentry.captureException(error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user