refactor(module_auth): form validation
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user