Skip to content

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Dec 15, 2023
1 parent d4ff3db commit d71f2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def validate_tas(tas: str) -> Tuple[bool, Optional[str]]:
"""
if TAS_REGEX_RE.match(tas):
return True, None
return False, settings.TAS_ERROR_MSG
return False, settings.TAS_REGEX_ERROR_MSG


def _transparentsvg(svg):
Expand Down

0 comments on commit d71f2f9

Please sign in to comment.