add azaion loader

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-01 19:16:49 +03:00
parent 2584b4f125
commit 500db31142
54 changed files with 629 additions and 291 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ public class GpsMatcherClient : IGpsMatcherClient
if (response != "OK")
{
_logger.LogError(response);
await _mediator.Publish(new SetStatusTextEvent(response, true));
await _mediator.Publish(new SetStatusTextEvent(response ?? "", true));
}
}