Code Cleanups

This commit is contained in:
Ben Emamian
2023-03-21 00:45:17 +11:00
parent 2c3dad0592
commit 5fbb9160f1
4 changed files with 17 additions and 17 deletions

View File

@ -138,7 +138,7 @@ namespace Oqtane.Infrastructure
try
{
client.Send(mailMessage);
sent = sent++;
sent++;
notification.IsDelivered = true;
notification.DeliveredOn = DateTime.UtcNow;
notificationRepository.UpdateNotification(notification);