mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 02:35:55 +08:00
fix(v1): test override for team
This commit is contained in:
parent
afea2eeaac
commit
9c40e0cc8d
@ -58,7 +58,7 @@ function checkCreditsMiddleware(
|
|||||||
path: req.path
|
path: req.path
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
if (!res.headersSent) {
|
if (!res.headersSent && req.auth.team_id !== "8c528896-7882-4587-a4b6-768b721b0b53") {
|
||||||
return res.status(402).json({
|
return res.status(402).json({
|
||||||
success: false,
|
success: false,
|
||||||
error:
|
error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user