From 841123e5bfb323256e71a78abb26f197ab94be8a Mon Sep 17 00:00:00 2001 From: juftin Date: Tue, 30 Jul 2024 09:14:07 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20RecDotGovSearchResponse=20descri?= =?UTF-8?q?ption?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #356 --- camply/containers/api_responses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camply/containers/api_responses.py b/camply/containers/api_responses.py index 12616e87..68919bd4 100644 --- a/camply/containers/api_responses.py +++ b/camply/containers/api_responses.py @@ -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]