Skip to content

Commit 047529a

Browse files
authored
fix: opt param (#1447)
Co-authored-by: arunma <arunma@tencent.com>
1 parent 1a2e3de commit 047529a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/data_source_tc_teo_bot_managed_rules.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func dataSourceTencentCloudTeoBotManagedRulesRead(d *schema.ResourceData, meta i
9292
}
9393

9494
if v, ok := d.GetOk("entity"); ok {
95+
entity = v.(string)
9596
paramMap["entity"] = v
9697
}
9798

0 commit comments

Comments
 (0)