diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-29 20:45:03 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-29 20:45:03 +0800 |
| commit | fe1443efbf203ee49e57626a457fc1c8bb29a01b (patch) | |
| tree | 70f01f1979d65c06e6aff765604bb9da415e0650 /backend/notif.py | |
| parent | 45453fa684334904b5a4c1d108c517106768be1e (diff) | |
any
Diffstat (limited to 'backend/notif.py')
| -rw-r--r-- | backend/notif.py | 2 |
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 |
