fixed spelling

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-15 17:09:51 -06:00
parent 871de4e75a
commit 0bbd3c5491

View File

@@ -1630,7 +1630,7 @@ namespace CarCareTracker.Controllers
var result = _reminderRecordDataAccess.DeleteReminderRecordById(reminderRecordId);
if (result)
{
StaticHelper.NotifyAsync(_config.GetWebHookUrl(), 0, User.Identity.Name, $"Delete Reminder - Id: {reminderRecordId}");
StaticHelper.NotifyAsync(_config.GetWebHookUrl(), 0, User.Identity.Name, $"Deleted Reminder - Id: {reminderRecordId}");
}
return Json(result);
}