mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 15:59:04 +08:00
Update deep-research-service.ts
This commit is contained in:
parent
22d4f0de38
commit
30c1e92a2e
@ -296,7 +296,7 @@ export async function performDeepResearch(options: DeepResearchServiceOptions) {
|
|||||||
finalAnalysis: finalAnalysis,
|
finalAnalysis: finalAnalysis,
|
||||||
});
|
});
|
||||||
// Bill team for usage based on URLs analyzed
|
// Bill team for usage based on URLs analyzed
|
||||||
billTeam(teamId, subId, urlsAnalyzed, logger).catch(
|
billTeam(teamId, subId, Math.min(urlsAnalyzed, options.maxUrls), logger).catch(
|
||||||
(error) => {
|
(error) => {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Failed to bill team ${teamId} for ${urlsAnalyzed} URLs analyzed`, { teamId, count: urlsAnalyzed, error },
|
`Failed to bill team ${teamId} for ${urlsAnalyzed} URLs analyzed`, { teamId, count: urlsAnalyzed, error },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user