summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/notif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/notif.py b/backend/notif.py
index db7e0d3..f636345 100644
--- a/backend/notif.py
+++ b/backend/notif.py
@@ -5,7 +5,7 @@ from pywebpush import webpush
class PushSubscriptionData(BaseModel):
endpoint: str
- expirationTime: float
+ expirationTime: any
keys: object