Skip to content

Commit b9df6b1

Browse files
committed
add
1 parent ffb118b commit b9df6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cls/data_source_tc_cls_topics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func dataSourceTencentCloudClsTopicsRead(d *schema.ResourceData, meta interface{
178178
defer tccommon.InconsistentCheck(d, meta)()
179179

180180
var (
181-
logId = tccommon.GetLogId(nil)
181+
logId = tccommon.GetLogId(tccommon.ContextNil)
182182
ctx = tccommon.NewResourceLifeCycleHandleFuncContext(context.Background(), logId, d, meta)
183183
service = ClsService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}
184184
)

0 commit comments

Comments
 (0)