Skip to content

Commit cde0fb6

Browse files
1NepuNep1Copilot
andauthored
Update internal/codegen/golang/templates/ydb-go-sdk/queryCode.tmpl
Co-authored-by: Copilot <[email protected]>
1 parent eb4e518 commit cde0fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/codegen/golang/templates/ydb-go-sdk/queryCode.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (q *Queries) {{.MethodName}}(ctx context.Context, {{if $.EmitMethodsWithDBA
198198
return nil, xerrors.WithStackTrace(err)
199199
{{- end }}
200200
}
201-
items = append(items, i)
201+
items = append(items, {{.Ret.ReturnName}})
202202
}
203203
}
204204
if err := result.Close(ctx); err != nil {

0 commit comments

Comments
 (0)