From 55a8e43f708704dd7cb15788b03a98d851e8b0ef Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 22:50:29 +0800 Subject: This does not make any sense. --- backend/notif.py | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/notif.py') diff --git a/backend/notif.py b/backend/notif.py index d2e1f2e..ef7ba34 100644 --- a/backend/notif.py +++ b/backend/notif.py @@ -39,6 +39,7 @@ def subscribe(data: PushSubscriptionData): # --- send notification +# ---- not used yet def send_notification(endpoint: str): cursor.execute("SELECT * FROM subscriptions WHERE endpoint = ?", (endpoint,)) row = cursor.fetchall()[0] -- cgit v1.2.3