forked from ddrilling/AsbCloudServer
Удаление части телеметрии возможно только тогда, когда хотя бы одна дата задана
This commit is contained in:
parent
37c74a76a7
commit
8c8d868b9f
@ -63,6 +63,7 @@ namespace AsbCloudWebApi.Controllers
|
||||
GeDate = gDate,
|
||||
LeDate = lDate
|
||||
};
|
||||
if(gDate.HasValue || lDate.HasValue)
|
||||
await telemetryEditorService.DeleteAsync(request, token);
|
||||
return Ok();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user