feat(api): статистика отображается в часовом поясе клиента
This commit is contained in:
@@ -31,7 +31,7 @@ namespace PARR.API.Controllers.V1
|
||||
private readonly IClientService clientService;
|
||||
private readonly IRobotHistoryService robotHistoryService;
|
||||
private readonly IShortcodesService shortcodesService;
|
||||
private readonly INextRunServiceV2 nextRunService;
|
||||
private readonly INextRunService nextRunService;
|
||||
private readonly IScheduleResponseAreaTimeOffsetService scheduleResponseAreaTimeOffsetService;
|
||||
|
||||
public RobotTaskController(
|
||||
@@ -43,7 +43,7 @@ namespace PARR.API.Controllers.V1
|
||||
IClientService clientService,
|
||||
IRobotHistoryService robotHistoryService,
|
||||
IShortcodesService shortcodesService,
|
||||
INextRunServiceV2 nextRunService,
|
||||
INextRunService nextRunService,
|
||||
IScheduleResponseAreaTimeOffsetService scheduleResponseAreaTimeOffsetService
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user