Skip to content

Commit

Permalink
fix topic filter (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang authored Sep 20, 2023
1 parent 71e3353 commit 741bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tencentcloud/service_tencentcloud_trocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (me *TrocketService) DescribeTrocketRocketmqTopicById(ctx context.Context,
request := trocket.NewDescribeTopicListRequest()
request.InstanceId = &instanceId
filter := &trocket.Filter{
Name: helper.String("Topic"),
Name: helper.String("TopicName"),
Values: []*string{&topic},
}
request.Filters = []*trocket.Filter{filter}
Expand Down

0 comments on commit 741bd5a

Please sign in to comment.