[#1059] control: Fix ListShards wrapper name

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-12-29 18:12:40 +03:00 committed by Alex Vanin
parent 77808c7b41
commit 97fd330fae
2 changed files with 4 additions and 4 deletions

View file

@ -109,7 +109,7 @@ func ListShards(
req *ListShardsRequest,
opts ...client.CallOption,
) (*ListShardsResponse, error) {
wResp := &listShardsRequestWrapper{
wResp := &listShardsResponseWrapper{
m: new(ListShardsResponse),
}