refactor(module_auth): form validation

This commit is contained in:
bobbyvish
2024-05-15 11:11:27 +05:30
parent b4bacbe35a
commit f7370a90aa
8 changed files with 55 additions and 54 deletions

View File

@@ -155,7 +155,7 @@ def notification_for_symptom():
try:
notification = OneSignalService()
response = notification.send_notification(
headings="Medication",
headings="Symptom",
contents=notification_message,
include_player_ids=player_ids,
)