Skip to content

Commit 37299bd

Browse files
committed
fix(cam): ownerUin
1 parent 663f864 commit 37299bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cam/data_source_tc_user_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func datasourceTencentCloudUserInfoRead(d *schema.ResourceData, meta interface{}
104104
uin = *response.Response.Uin
105105
}
106106
if response.Response.OwnerUin != nil {
107-
ownerUin = *response.Response.Uin
107+
ownerUin = *response.Response.OwnerUin
108108
}
109109
accountInfoRequest.FilterSubAccountUin = []*uint64{helper.Uint64(helper.StrToUInt64(uin))}
110110

0 commit comments

Comments
 (0)