Nick: formatting done
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user