feat(api): метод сброса ошибок синхронизации шаблонов
This commit is contained in:
@@ -265,7 +265,7 @@ namespace PARR.API.Controllers.V1
|
||||
var config = await robotConfigurationService.GetAsync(taskId);
|
||||
|
||||
//изменение статуса робота
|
||||
robotConfigurationService.ChangeRobotStatus(RobotStatusEnum.InProgress, ref config!);
|
||||
robotConfigurationService.ChangeRobotStatus(RobotStatusEnum.InProgress, config!);
|
||||
|
||||
if (!await robotConfigurationService.CommitAsync())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user