Убрано лишнее

This commit is contained in:
Olga Nemt 2023-10-25 16:08:13 +05:00
parent 1b8d9bef61
commit fcd9c3b861

View File

@ -38,10 +38,8 @@ namespace AsbCloudWebApi.SignalR
{ {
progress = new ReportProgressDto progress = new ReportProgressDto
{ {
CurrentPage = 0,
Operation = state.State, Operation = state.State,
Progress = (float)state.Progress, Progress = (float)state.Progress,
TotalPages = 0,
}; };
} }