mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
fixed punctuation
This commit is contained in:
parent
c245b848a0
commit
f17faa33f4
@ -813,7 +813,7 @@ namespace CarCareTracker.Controllers
|
||||
var result = _serviceRecordDataAccess.DeleteServiceRecordById(serviceRecordId);
|
||||
if (result)
|
||||
{
|
||||
StaticHelper.NotifyAsync(_config.GetWebHookUrl(), 0, User.Identity.Name, $"deleted service record id: {serviceRecordId}");
|
||||
StaticHelper.NotifyAsync(_config.GetWebHookUrl(), 0, User.Identity.Name, $"deleted service record id {serviceRecordId}");
|
||||
}
|
||||
return Json(result);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user