Skip to content

Commit df4b468

Browse files
committed
fix(scrape):
1 parent 58c3fc3 commit df4b468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/lib/scrape-billing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { isUrlBlocked } from "../scraper/WebScraper/utils/blocklist";
1414
const creditsPerPDFPage = 1;
1515
const stealthProxyCostBonus = 4;
1616
const unblockedDomainCostBonus = 4;
17-
const xTwitterCostBonus = 4;
17+
const xTwitterCostBonus = 6;
1818

1919
export async function calculateCreditsToBeBilled(
2020
options: ScrapeOptions,

0 commit comments

Comments
 (0)