fix: time column

This commit is contained in:
Vlad Stan
2024-10-17 10:40:20 +02:00
committed by dni ⚡
parent 31af34fac9
commit ab5a43799b
+1 -1
View File
@@ -455,7 +455,7 @@ class WebPushSubscription(BaseModel):
user: str
data: str
host: str
timestamp: str
timestamp: datetime
class BalanceDelta(BaseModel):