Skip to content

Commit

Permalink
Squash #2137 - Correction to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 4, 2024
1 parent ae3c97e commit 00e44d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/celery/send_va_profile_notification_status_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 00e44d4

Please sign in to comment.