Skip to content

Commit f0b77e3

Browse files
author
mikatong
committed
update
1 parent c7ea699 commit f0b77e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/tco/data_source_tc_organization_nodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func dataSourceTencentCloudOrganizationNodesRead(d *schema.ResourceData, meta in
108108
defer tccommon.LogElapsed("data_source.tencentcloud_organization_nodes.read")()
109109
defer tccommon.InconsistentCheck(d, meta)()
110110

111-
logId := tccommon.GetLogId(nil)
111+
logId := tccommon.GetLogId(tccommon.ContextNil)
112112
ctx := tccommon.NewResourceLifeCycleHandleFuncContext(context.Background(), logId, d, meta)
113113

114114
service := OrganizationService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}

tencentcloud/services/tco/resource_tc_open_identity_center_operation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func resourceTencentCloudInviteOpenIdentityCenterOperationCreate(d *schema.Resou
6565

6666
if response.Response != nil && response.Response.ZoneId != nil {
6767
d.SetId(*response.Response.ZoneId)
68-
d.Set("zone_id", *response.Response.ZoneId)
68+
_ = d.Set("zone_id", *response.Response.ZoneId)
6969
}
7070

7171
_ = response

0 commit comments

Comments
 (0)