Skip to content

Commit 20e675c

Browse files
author
Enda
authored
fix: pointer error (#588)
1 parent 5d79b91 commit 20e675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/kafka/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func runCreate(opts *Options) error {
202202
}
203203

204204
kafkaCfg := &config.KafkaConfig{
205-
ClusterID: *response.Id,
205+
ClusterID: response.GetId(),
206206
}
207207

208208
if opts.autoUse {

0 commit comments

Comments
 (0)