Chore: fix typo, no code change (#23331)

This commit is contained in:
Yongtao Huang
2025-08-03 22:30:28 +08:00
committed by GitHub
parent dedd5f571c
commit 964fa132cb
4 changed files with 9 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ class EducationActivateLimitError(BaseHTTPException):
code = 429
class CompilanceRateLimitError(BaseHTTPException):
error_code = "compilance_rate_limit"
class ComplianceRateLimitError(BaseHTTPException):
error_code = "compliance_rate_limit"
description = "Rate limit exceeded for downloading compliance report."
code = 429