Skip to content

Commit

Permalink
🐛 RecDotGovSearchResponse description
Browse files Browse the repository at this point in the history
closes #356
  • Loading branch information
juftin committed Jul 30, 2024
1 parent 6a00c1b commit 841123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camply/containers/api_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ class RecDotGovSearchResult(CamplyModel):
"""

average_rating: Optional[int]
description: str
description: Optional[str]
entity_id: int
entity_type: str
latitude: Optional[float]
Expand Down

0 comments on commit 841123e

Please sign in to comment.