Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Feb 25, 2025
1 parent 4a95b4a commit 0434db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course_discovery/apps/course_metadata/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ def get_course_run_statuses(statuses, course_runs):
"required": ["translation_languages", "transcription_languages"],
"additionalProperties": False
}
Draft202012Validator.check_schema(payload_schema)
Draft202012Validator.check_schema(AI_LANG_SCHEMA)
def validate_ai_languages(ai_langs):
try:
Draft202012Validator(AI_LANG_SCHEMA).validate(ai_langs)
Expand Down

0 comments on commit 0434db3

Please sign in to comment.