mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
minor cost tracking fix
This commit is contained in:
parent
51967c7c3d
commit
aa20246571
@ -307,7 +307,7 @@ export async function extractData({
|
||||
(acc, result) => acc + result.tokenUsage,
|
||||
0,
|
||||
);
|
||||
smartScrapeCallCount += pages.length;
|
||||
smartScrapeCallCount += smartscrapeResults.length;
|
||||
}
|
||||
// console.log("smartscrapeResults", smartscrapeResults);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user