Skip to content

Commit

Permalink
Add organization
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticFragilist committed Apr 12, 2024
1 parent 3ffe381 commit ba46808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Services/NotificationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task<int> SendNewsForRemainingPublication()

await emailService.SendEmailAsync<object>(
notification.Subscription.Email,
"Nouvelle publication de {organizer.Organization}",
$"Nouvelle publication de {organizer.Organization}",
new NotifyModel
{
Title = $"Nouvelle publication de {organizer.Organization}",
Expand Down

0 comments on commit ba46808

Please sign in to comment.