Skip to content

Commit

Permalink
Squash #2137 - Add notification_id
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 5, 2024
1 parent b813d88 commit 5f391b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/va/va_profile/va_profile_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def send_va_profile_notification_status(self, notification_data: dict) -> None:
url = f'{self.va_profile_url}/contact-information-vanotify/notify/status'

self.logger.debug(
'Sending notification status to VA Profile with url: %s | notification: %s | notification_status: %s',
'Sending notification status to VA Profile with url: %s | notification_id: %s | notification_status: %s',
url,
notification_data.get('id'),
notification_data.get('status'),
Expand Down

0 comments on commit 5f391b2

Please sign in to comment.