mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
remove unnesseary incr.
This commit is contained in:
parent
7897044e28
commit
686ccae18d
@ -329,7 +329,6 @@ func (t *thirdServer) DeleteOutdatedData(ctx context.Context, req *third.DeleteO
|
|||||||
if total < int64(findPagination.ShowNumber) {
|
if total < int64(findPagination.ShowNumber) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
findPagination.PageNumber++
|
|
||||||
}
|
}
|
||||||
return &third.DeleteOutdatedDataResp{}, nil
|
return &third.DeleteOutdatedDataResp{}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user