Skip to content

Commit

Permalink
Update role_arn_credential.go (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesky4 authored Feb 28, 2024
1 parent 7788e4d commit daf6aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tencentcloud/common/role_arn_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (c *RoleArnCredential) refresh() {
newCre, err := c.source.GetCredential()
if err != nil {
log.Println(err)
return
}
*c = *newCre.(*RoleArnCredential)
}

0 comments on commit daf6aae

Please # to comment.