feat: make ClassifiedAd._price optional with default 0.00
This commit is contained in:
@@ -11,4 +11,4 @@ class ClassifiedAd:
|
||||
_ownerId: UserId
|
||||
title: str
|
||||
text: str
|
||||
_price: Decimal
|
||||
_price: Decimal = Decimal("0.00")
|
||||
|
||||
Reference in New Issue
Block a user