Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang committed Sep 26, 2023
1 parent a0d69b9 commit c38a59d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tencentcloud/resource_tc_trocket_rocketmq_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func resourceTencentCloudTrocketRocketmqRoleCreate(d *schema.ResourceData, meta
}

if v, ok := d.GetOk("role"); ok {
role = v.(string)
request.Role = helper.String(v.(string))
}

Expand Down

0 comments on commit c38a59d

Please sign in to comment.