diff --git a/eyecite/helpers.py b/eyecite/helpers.py index 7f56633..ea50159 100644 --- a/eyecite/helpers.py +++ b/eyecite/helpers.py @@ -53,7 +53,7 @@ def get_court_by_paren(paren_string: str) -> Optional[str]: # Check for an exact match first if s == court_str: - return court["id"] + return str(court["id"]) # If no exact match, try to record a startswith match for possible # eventual return