diff options
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 |
