Skip to content

Commit

Permalink
Fix Intrinio fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorWounds committed Apr 19, 2024
1 parent da36b04 commit 50aa237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class IntrinioWorldNewsData(WorldNewsData):
__alias_dict__ = {"date": "publication_date", "text": "summary"}

id: str = Field(description="Article ID.")
company: Dict[str, Any] = Field(
company: Optional[Dict[str, Any]] = Field(
description="Company details related to the news article."
)

Expand Down

0 comments on commit 50aa237

Please sign in to comment.