mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-15 07:21:02 +02:00
Fix frontend and api (#9)
This commit is contained in:
@@ -4,4 +4,4 @@ from typing import Optional
|
||||
|
||||
|
||||
class GeoAssistantState(BaseAgentState):
|
||||
place: Optional[FeatureCollection]
|
||||
place: Optional[FeatureCollection] = None
|
||||
|
||||
Reference in New Issue
Block a user