remove unnesseary incr.

This commit is contained in:
Monet Lee 2024-07-03 11:10:33 +08:00
parent 7897044e28
commit 686ccae18d

View File

@ -329,7 +329,6 @@ func (t *thirdServer) DeleteOutdatedData(ctx context.Context, req *third.DeleteO
if total < int64(findPagination.ShowNumber) {
break
}
findPagination.PageNumber++
}
return &third.DeleteOutdatedDataResp{}, nil
}