diff --git a/api/app/services/rate_limiter_service.py b/api/app/services/rate_limiter_service.py index bd62d5c..6f7ecff 100644 --- a/api/app/services/rate_limiter_service.py +++ b/api/app/services/rate_limiter_service.py @@ -107,7 +107,7 @@ class RateLimiterService: logger.info( "RateLimiterService initialized", - tier_limits=self.TIER_LIMITS + dm_question_limits=self.DM_QUESTION_LIMITS ) def _get_daily_key(self, user_id: str, day: Optional[date] = None) -> str: