diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/notif.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/notif.py b/backend/notif.py index f636345..6c47844 100644 --- a/backend/notif.py +++ b/backend/notif.py @@ -5,7 +5,6 @@ from pywebpush import webpush class PushSubscriptionData(BaseModel): endpoint: str - expirationTime: any keys: object |
