mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:46:31 +00:00
add azaion loader
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user