From 95aed010eacf18284c23bb16e8ab26399b7ca73d Mon Sep 17 00:00:00 2001 From: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:20:17 +0530 Subject: [PATCH] chore: update docstring --- frappe/push_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/push_notification.py b/frappe/push_notification.py index 9bcde7068e..88f9c7c98a 100644 --- a/frappe/push_notification.py +++ b/frappe/push_notification.py @@ -215,7 +215,7 @@ class PushNotification: :param method: (str) The method to be called on the central relay server. :param params: (dict) The parameters to be sent with the request. :param use_authentication: (bool) Whether to use authentication or not. - :return: tuple[bool, dict] First element is the success status of request, second element is the response data. + :return: dict Response data from the central relay server. """ if not self.is_enabled():