mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Update scrape.ts
This commit is contained in:
parent
d1a3df6d08
commit
fd2452ec9c
|
@ -150,7 +150,7 @@ export async function scrapeController(req: Request, res: Response) {
|
|||
} catch (error) {
|
||||
console.error(error);
|
||||
earlyReturn = true;
|
||||
return res.status(402).json({ error: "Error checking team credits. Please contact hello@firecrawl.com for help." });
|
||||
return res.status(500).json({ error: "Error checking team credits. Please contact hello@firecrawl.com for help." });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user