Skip to content

Commit

Permalink
dump fix 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bleeeana committed Dec 23, 2024
1 parent b7ff316 commit 4ad0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/utils/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def create_sample_data():
_id=ObjectId("64bfe2e30123456789abcdef"),
loan_name="Молодежный кредит",
opening_date=datetime(2024, 9, 1),
amount=5000015,
amount=5000016,
interest_rate=5.5,
next_payment_date=datetime.now() + timedelta(days=10),
monthly_payment=150,
Expand Down

0 comments on commit 4ad0ab8

Please sign in to comment.