From c6ec329328c3717f90442a11786fa67b4f850a41 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 3 Oct 2024 12:45:54 +0300 Subject: [PATCH] fix: time column --- lnbits/core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/models.py b/lnbits/core/models.py index 9b31ece76..5dd77403e 100644 --- a/lnbits/core/models.py +++ b/lnbits/core/models.py @@ -455,7 +455,7 @@ class WebPushSubscription(BaseModel): user: str data: str host: str - timestamp: str + timestamp: datetime class BalanceDelta(BaseModel):