mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 14:35:57 +08:00
check if enum is being overwritten somehow
This commit is contained in:
parent
d4e7bde03d
commit
bb67b9812b
@ -104,6 +104,10 @@ export function authMiddleware(
|
|||||||
logger.warn("EAP passed into authMiddleware directly?", {
|
logger.warn("EAP passed into authMiddleware directly?", {
|
||||||
body: req.body,
|
body: req.body,
|
||||||
callStack: new Error().stack,
|
callStack: new Error().stack,
|
||||||
|
modes: {
|
||||||
|
extract: RateLimiterMode.Extract,
|
||||||
|
extractAgentPreview: RateLimiterMode.ExtractAgentPreview,
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user