Nick: formatting done

This commit is contained in:
Nicolas
2025-01-22 18:47:44 -03:00
parent 994e1eb502
commit 498558d358
53 changed files with 10672 additions and 10329 deletions
+1 -2
View File
@@ -33,7 +33,6 @@ export async function scrapeController(
basePriority: 10,
});
await addScrapeJob(
{
url: req.body.url,
@@ -97,7 +96,7 @@ export async function scrapeController(
// Don't bill if we're early returning
return;
}
if (req.body.extract && req.body.formats.includes("extract") ) {
if (req.body.extract && req.body.formats.includes("extract")) {
creditsToBeBilled = 5;
}