fix: time column

This commit is contained in:
Vlad Stan
2024-10-10 09:08:44 +02:00
committed by dni ⚡
parent cd549315f1
commit c6ec329328
+1 -1
View File
@@ -455,7 +455,7 @@ class WebPushSubscription(BaseModel):
user: str
data: str
host: str
timestamp: str
timestamp: datetime
class BalanceDelta(BaseModel):