mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-10-07 14:26:47 +00: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