check if enum is being overwritten somehow
This commit is contained in:
@@ -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,
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user