Fix: date grouping for older SQLite versions (#2955)

This commit is contained in:
Vlad Stan
2025-02-12 13:23:38 +02:00
committed by GitHub
parent 15ba3c33a3
commit 16fbfd1c6f
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class ReleasePaymentInfo(BaseModel):
class PayToEnableInfo(BaseModel):
amount: int
amount: int = 0
required: bool = False
wallet: Optional[str] = None