diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-29 20:45:54 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-29 20:45:54 +0800 |
| commit | d65e703ae1fd0603535e82768c310fcec9461956 (patch) | |
| tree | 2f575ca17ebc004ea887e875ab6a80be912ebe87 | |
| parent | fe1443efbf203ee49e57626a457fc1c8bb29a01b (diff) | |
remove
| -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 |
