diff --git a/app/apps/dca/models.py b/app/apps/dca/models.py index 4bfbfdf..0d7d854 100644 --- a/app/apps/dca/models.py +++ b/app/apps/dca/models.py @@ -193,7 +193,6 @@ class DCAEntry(models.Model): self.amount_received, self.strategy.target_currency, self.strategy.payment_currency, - timezone.now().date(), ) return amount or Decimal("0")