Skip to content

Commit f4c2f5f

Browse files
authored
use correct description (#99)
1 parent 6dd98ed commit f4c2f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenAlprWebhookProcessor/Alerts/AlertService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private async Task ProcessAlertsAsync()
9292
{
9393
await _alertClient.SendAlertAsync(new Alert()
9494
{
95-
Description = result.AlertDescription,
95+
Description = job.Description,
9696
Id = result.Id,
9797
PlateNumber = result.BestNumber,
9898
},

0 commit comments

Comments
 (0)