From 72932e6272033a458d12bdc6832b58916e7b5ce0 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Mon, 17 Feb 2025 01:02:23 +0330 Subject: [PATCH] a --- backend/account/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/account/models.py b/backend/account/models.py index a9c39dd..246f225 100644 --- a/backend/account/models.py +++ b/backend/account/models.py @@ -151,7 +151,7 @@ class PushSubscription(models.Model): def __str__(self): return f'{self.user} push' - def send_notif(self, title, body, icon=''): + def send_notif(self, title, body, icon): payload = { "title": title, "body": body,