We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647ce58 commit 1ee2052Copy full SHA for 1ee2052
src/app/api/dependencies.py
@@ -95,7 +95,7 @@ async def rate_limiter_dependency(
95
else:
96
logger.warning(f"User {user_id} has no assigned tier. Applying default rate limit.")
97
limit, period = DEFAULT_LIMIT, DEFAULT_PERIOD
98
- else:giot
+ else:
99
user_id = request.client.host
100
101
0 commit comments