|
@@ -216,7 +216,7 @@ namespace Hotline.Api.Controllers
|
|
|
qualityDto.Order.RecordingAbsolutePath = call.AudioFile;
|
|
|
}
|
|
|
}
|
|
|
- if (!string.IsNullOrEmpty(qualityDto.Visit.CallId))
|
|
|
+ if (!string.IsNullOrEmpty(qualityDto?.Visit?.CallId))
|
|
|
{
|
|
|
var call = await _callApplication.GetCallAsync(qualityDto.Visit.CallId, HttpContext.RequestAborted);
|
|
|
if (call != null)
|