Skip to content

Commit

Permalink
APPEALS-37003 Remove question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftmarks committed Jan 4, 2024
1 parent 9b34203 commit c6351fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/send_notification_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def legacy_appeal_docketed_and_notifications_disabled?
#
# Response: Updated Notification object
def send_to_va_notify
send_va_notify_email if email_enabled?
send_va_notify_email if email_enabled
send_va_notify_sms if sms_enabled
end

Expand Down

0 comments on commit c6351fa

Please sign in to comment.