From ab5a43799bb79da2e4cdc1d21a255a4452a0fad6 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):