Skip to content

Commit

Permalink
Merge pull request #68 from realifetech/feature/CATD-361-campaign-aut…
Browse files Browse the repository at this point in the history
…omation--banner_translation_title_optional

CATD-361 title is optional.
  • Loading branch information
ndy40 committed Mar 10, 2022
2 parents 00a0eea + 596a584 commit d4d3918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livestyled/models/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def __init__(
self,
id: int or str,
language: str,
title: str,
url: str or None,
url: str or None = None,
title: str or None = None,
description: str or None = None,
subtitle: Optional[str] = None,
button_label: Optional[str] = None,
Expand Down

0 comments on commit d4d3918

Please sign in to comment.