From 00e44d42798584183c9e0a125cd96f8b5110fd8e Mon Sep 17 00:00:00 2001 From: Mackenzie Halliday Date: Wed, 4 Dec 2024 10:53:26 -0800 Subject: [PATCH] Squash #2137 - Correction to docstring --- app/celery/send_va_profile_notification_status_tasks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/celery/send_va_profile_notification_status_tasks.py b/app/celery/send_va_profile_notification_status_tasks.py index f3f32ac95a..200e54df13 100644 --- a/app/celery/send_va_profile_notification_status_tasks.py +++ b/app/celery/send_va_profile_notification_status_tasks.py @@ -11,8 +11,10 @@ def check_and_queue_va_profile_notification_status_callback(notification: Notification) -> None: """ - This checks the feature flag is enabled. If it is, queues the celery task and collects data from the notification. - Otherwise, it only logs a message. + This checks the feature flag to send SMS statuses is enabled. + If it is, queues the celery task and collects data from the notification. Otherwise, it only logs a message. + + Status for email notifications are always sent. :param notification: the notification (email or sms) to collect data from """