kopia lustrzana https://github.com/bugout-dev/moonstream
Remove optional.
rodzic
1199d173c1
commit
69226ebd32
|
@ -77,7 +77,7 @@ def create_subscription_type(
|
|||
name: str,
|
||||
description: str,
|
||||
icon_url: str,
|
||||
choices: Optional[List[str]] = [],
|
||||
choices: List[str] = [],
|
||||
stripe_product_id: Optional[str] = None,
|
||||
stripe_price_id: Optional[str] = None,
|
||||
active: bool = False,
|
||||
|
|
Ładowanie…
Reference in New Issue