Skip to content

Commit

Permalink
Merge pull request #2519 from shaniwein/add_default_val_to_desc
Browse files Browse the repository at this point in the history
Add default value for news_flash_description
  • Loading branch information
atalyaalon authored Dec 27, 2023
2 parents 02d6ad4 + c6efd4b commit a5a27b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/request_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class RequestParams:
start_time: datetime.date
end_time: datetime.date
lang: str
news_flash_description: Optional[str]
news_flash_description: Optional[str] = None
news_flash_title: Optional[str] = None

def __str__(self):
Expand Down

0 comments on commit a5a27b5

Please sign in to comment.