We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ff316 commit 4ad0ab8Copy full SHA for 4ad0ab8
backend/app/utils/dump.py
@@ -13,7 +13,7 @@ def create_sample_data():
13
_id=ObjectId("64bfe2e30123456789abcdef"),
14
loan_name="Молодежный кредит",
15
opening_date=datetime(2024, 9, 1),
16
- amount=5000015,
+ amount=5000016,
17
interest_rate=5.5,
18
next_payment_date=datetime.now() + timedelta(days=10),
19
monthly_payment=150,
0 commit comments