Skip to content

Commit

Permalink
Add templateId for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
norda-gunni committed Nov 12, 2024
1 parent 152fcde commit ffed2e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class NotificationsService {
)

this.logger.info(
`Notification with id ${response.id} sent for application ${data.applicationId}`,
`Notification with templateId ${templateId} and messageId ${response.id} sent for application ${data.applicationId}`,
)

return response
Expand Down

0 comments on commit ffed2e0

Please sign in to comment.