We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd98ed commit f4c2f5fCopy full SHA for f4c2f5f
1 file changed
OpenAlprWebhookProcessor/Alerts/AlertService.cs
@@ -92,7 +92,7 @@ private async Task ProcessAlertsAsync()
92
{
93
await _alertClient.SendAlertAsync(new Alert()
94
95
- Description = result.AlertDescription,
+ Description = job.Description,
96
Id = result.Id,
97
PlateNumber = result.BestNumber,
98
},
0 commit comments