summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-29 20:45:03 +0800
committeraltaf-creator <dev@altafcreator.com>2025-12-29 20:45:03 +0800
commitfe1443efbf203ee49e57626a457fc1c8bb29a01b (patch)
tree70f01f1979d65c06e6aff765604bb9da415e0650 /backend
parent45453fa684334904b5a4c1d108c517106768be1e (diff)
any
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